#01afde color space conversions
Hex:
        #01afde
        RGB:
        1, 175, 222
        CMY:
        100, 31, 13
        CMYK:
        100, 21, 0, 13
      HSL:
        193°, 99.1031%, 43.7255%
        HSV (HSB):
        193°, 99.5495%, 87.0588%
        XYZ:
        28.5273, 35.9403, 74.5409
        xyY:
        0.2052, 0.2585, 35.9403
      CIE-Lab:
        66.4743, -20.7245, -34.0715
        CIE-LCH:
        66.4743, 39.8795, 238.6892
        CIE-Luv:
        66.4743, -46.3425, -51.4515
        Hunter-Lab:
        59.9502, -19.9738, -31.7548
      #01afde color charts
#01afde RGB chart
      #01afde CMYK chart
      #01afde RGB pie chart
      #01afde color shades, tints & tones
#01afde color schemes
#01afde color preview, HTML & CSS examples
           This text has a color of #01afde        
        
          <p style="color:#01afde;">Text here</p>
        
        
          .mytext {color:#01afde;}
        
        Text color #01afde
      
           This box has a color of #01afde        
        
          <div style="background-color:#01afde;">Content here</div>
        
        
          .mybackground {background-color:#01afde;}
        
        Background color #01afde
      
           Border around this has a color of #01afde        
        
          <div style="border:2px solid #01afde;">Content here</div>
        
        
          .myborder {border:2px solid #01afde;}
        
        Border color #01afde