#8cddec color space conversions
Hex:
        #8cddec
        RGB:
        140, 221, 236
        CMY:
        45, 13, 7
        CMYK:
        41, 6, 0, 7
      HSL:
        189°, 71.6418%, 73.7255%
        HSV (HSB):
        189°, 40.6780%, 92.5490%
        XYZ:
        51.8120, 63.3445, 88.8528
        xyY:
        0.2540, 0.3105, 63.3445
      CIE-Lab:
        83.6233, -20.9654, -15.1318
        CIE-LCH:
        83.6233, 25.8558, 215.8200
        CIE-Luv:
        83.6233, -37.4662, -20.5690
        Hunter-Lab:
        79.5892, -23.0790, -10.4784
      #8cddec color charts
#8cddec RGB chart
      #8cddec CMYK chart
      #8cddec RGB pie chart
      #8cddec color shades, tints & tones
#8cddec color schemes
#8cddec color preview, HTML & CSS examples
           This text has a color of #8cddec        
        
          <p style="color:#8cddec;">Text here</p>
        
        
          .mytext {color:#8cddec;}
        
        Text color #8cddec
      
           This box has a color of #8cddec        
        
          <div style="background-color:#8cddec;">Content here</div>
        
        
          .mybackground {background-color:#8cddec;}
        
        Background color #8cddec
      
           Border around this has a color of #8cddec        
        
          <div style="border:2px solid #8cddec;">Content here</div>
        
        
          .myborder {border:2px solid #8cddec;}
        
        Border color #8cddec