#accbef color space conversions
Hex:
        #accbef
        RGB:
        172, 203, 239
        CMY:
        33, 20, 6
        CMYK:
        28, 15, 0, 6
      HSL:
        212°, 67.6768%, 80.5882%
        HSV (HSB):
        212°, 28.0335%, 93.7255%
        XYZ:
        53.9492, 57.7145, 89.9579
        xyY:
        0.2676, 0.2863, 57.7145
      CIE-Lab:
        80.5798, -2.3065, -21.1509
        CIE-LCH:
        80.5798, 21.2763, 263.7766
        CIE-Luv:
        80.5798, -17.2090, -33.1770
        Hunter-Lab:
        75.9701, -6.1881, -17.0276
      #accbef color charts
#accbef RGB chart
      #accbef CMYK chart
      #accbef RGB pie chart
      #accbef color shades, tints & tones
#accbef color schemes
#accbef color preview, HTML & CSS examples
           This text has a color of #accbef        
        
          <p style="color:#accbef;">Text here</p>
        
        
          .mytext {color:#accbef;}
        
        Text color #accbef
      
           This box has a color of #accbef        
        
          <div style="background-color:#accbef;">Content here</div>
        
        
          .mybackground {background-color:#accbef;}
        
        Background color #accbef
      
           Border around this has a color of #accbef        
        
          <div style="border:2px solid #accbef;">Content here</div>
        
        
          .myborder {border:2px solid #accbef;}
        
        Border color #accbef