#2cebec color space conversions
Hex:
        #2cebec
        RGB:
        44, 235, 236
        CMY:
        83, 8, 7
        CMYK:
        81, 0, 0, 7
      HSL:
        180°, 83.4783%, 54.9020%
        HSV (HSB):
        180°, 81.3559%, 92.5490%
        XYZ:
        45.8874, 66.0083, 89.6792
        xyY:
        0.2276, 0.3275, 66.0083
      CIE-Lab:
        85.0006, -43.1048, -13.3348
        CIE-LCH:
        85.0006, 45.1203, 197.1898
        CIE-Luv:
        85.0006, -63.2000, -14.5021
        Hunter-Lab:
        81.2455, -41.3630, -8.5728
      #2cebec color charts
#2cebec RGB chart
      #2cebec CMYK chart
      #2cebec RGB pie chart
      #2cebec color shades, tints & tones
#2cebec color schemes
#2cebec color preview, HTML & CSS examples
           This text has a color of #2cebec        
        
          <p style="color:#2cebec;">Text here</p>
        
        
          .mytext {color:#2cebec;}
        
        Text color #2cebec
      
           This box has a color of #2cebec        
        
          <div style="background-color:#2cebec;">Content here</div>
        
        
          .mybackground {background-color:#2cebec;}
        
        Background color #2cebec
      
           Border around this has a color of #2cebec        
        
          <div style="border:2px solid #2cebec;">Content here</div>
        
        
          .myborder {border:2px solid #2cebec;}
        
        Border color #2cebec