#8dedef color space conversions
Hex:
        #8dedef
        RGB:
        141, 237, 239
        CMY:
        45, 7, 6
        CMYK:
        41, 1, 0, 6
      HSL:
        181°, 75.3846%, 74.5098%
        HSV (HSB):
        181°, 41.0042%, 93.7255%
        XYZ:
        56.8487, 72.4631, 92.6519
        xyY:
        0.2561, 0.3265, 72.4631
      CIE-Lab:
        88.1910, -27.8258, -9.8831
        CIE-LCH:
        88.1910, 29.5289, 199.5538
        CIE-Luv:
        88.1910, -43.4516, -11.0392
        Hunter-Lab:
        85.1253, -29.7626, -4.9446
      #8dedef color charts
#8dedef RGB chart
      #8dedef CMYK chart
      #8dedef RGB pie chart
      #8dedef color shades, tints & tones
#8dedef color schemes
#8dedef color preview, HTML & CSS examples
           This text has a color of #8dedef        
        
          <p style="color:#8dedef;">Text here</p>
        
        
          .mytext {color:#8dedef;}
        
        Text color #8dedef
      
           This box has a color of #8dedef        
        
          <div style="background-color:#8dedef;">Content here</div>
        
        
          .mybackground {background-color:#8dedef;}
        
        Background color #8dedef
      
           Border around this has a color of #8dedef        
        
          <div style="border:2px solid #8dedef;">Content here</div>
        
        
          .myborder {border:2px solid #8dedef;}
        
        Border color #8dedef