#8dedfc color space conversions
Hex:
        #8dedfc
        RGB:
        141, 237, 252
        CMY:
        45, 7, 1
        CMYK:
        44, 6, 0, 1
      HSL:
        188°, 94.8718%, 77.0588%
        HSV (HSB):
        188°, 44.0476%, 98.8235%
        XYZ:
        58.8394, 73.2594, 103.1348
        xyY:
        0.2501, 0.3114, 73.2594
      CIE-Lab:
        88.5713, -24.6039, -16.1214
        CIE-LCH:
        88.5713, 29.4151, 213.2343
        CIE-Luv:
        88.5713, -43.0863, -21.8005
        Hunter-Lab:
        85.5917, -27.0769, -11.5280
      #8dedfc color charts
#8dedfc RGB chart
      #8dedfc CMYK chart
      #8dedfc RGB pie chart
      #8dedfc color shades, tints & tones
#8dedfc color schemes
#8dedfc color preview, HTML & CSS examples
           This text has a color of #8dedfc        
        
          <p style="color:#8dedfc;">Text here</p>
        
        
          .mytext {color:#8dedfc;}
        
        Text color #8dedfc
      
           This box has a color of #8dedfc        
        
          <div style="background-color:#8dedfc;">Content here</div>
        
        
          .mybackground {background-color:#8dedfc;}
        
        Background color #8dedfc
      
           Border around this has a color of #8dedfc        
        
          <div style="border:2px solid #8dedfc;">Content here</div>
        
        
          .myborder {border:2px solid #8dedfc;}
        
        Border color #8dedfc