#2ceeed color space conversions
Hex:
        #2ceeed
        RGB:
        44, 238, 237
        CMY:
        83, 7, 7
        CMYK:
        82, 0, 0, 7
      HSL:
        180°, 85.0877%, 55.2941%
        HSV (HSB):
        180°, 81.5126%, 93.3333%
        XYZ:
        46.8993, 67.7990, 90.7354
        xyY:
        0.2283, 0.3300, 67.7990
      CIE-Lab:
        85.9058, -44.1441, -12.5072
        CIE-LCH:
        85.9058, 45.8817, 195.8189
        CIE-Luv:
        85.9058, -64.1389, -12.9965
        Hunter-Lab:
        82.3401, -42.4252, -7.6970
      #2ceeed color charts
#2ceeed RGB chart
      #2ceeed CMYK chart
      #2ceeed RGB pie chart
      #2ceeed color shades, tints & tones
#2ceeed color schemes
#2ceeed color preview, HTML & CSS examples
           This text has a color of #2ceeed        
        
          <p style="color:#2ceeed;">Text here</p>
        
        
          .mytext {color:#2ceeed;}
        
        Text color #2ceeed
      
           This box has a color of #2ceeed        
        
          <div style="background-color:#2ceeed;">Content here</div>
        
        
          .mybackground {background-color:#2ceeed;}
        
        Background color #2ceeed
      
           Border around this has a color of #2ceeed        
        
          <div style="border:2px solid #2ceeed;">Content here</div>
        
        
          .myborder {border:2px solid #2ceeed;}
        
        Border color #2ceeed