#2cadef color space conversions
Hex:
        #2cadef
        RGB:
        44, 173, 239
        CMY:
        83, 32, 6
        CMYK:
        82, 28, 0, 6
      HSL:
        200°, 85.9031%, 55.4902%
        HSV (HSB):
        200°, 81.5900%, 93.7255%
        XYZ:
        31.5623, 36.6546, 87.0729
        xyY:
        0.2032, 0.2360, 36.6546
      CIE-Lab:
        67.0171, -11.5902, -42.5068
        CIE-LCH:
        67.0171, 44.0586, 254.7482
        CIE-Luv:
        67.0171, -41.8248, -66.9275
        Hunter-Lab:
        60.5430, -12.8948, -42.8906
      #2cadef color charts
#2cadef RGB chart
      #2cadef CMYK chart
      #2cadef RGB pie chart
      #2cadef color shades, tints & tones
#2cadef color schemes
#2cadef color preview, HTML & CSS examples
           This text has a color of #2cadef        
        
          <p style="color:#2cadef;">Text here</p>
        
        
          .mytext {color:#2cadef;}
        
        Text color #2cadef
      
           This box has a color of #2cadef        
        
          <div style="background-color:#2cadef;">Content here</div>
        
        
          .mybackground {background-color:#2cadef;}
        
        Background color #2cadef
      
           Border around this has a color of #2cadef        
        
          <div style="border:2px solid #2cadef;">Content here</div>
        
        
          .myborder {border:2px solid #2cadef;}
        
        Border color #2cadef