#3afeff color space conversions
Hex:
        #3afeff
        RGB:
        58, 254, 255
        CMY:
        77, 0, 0
        CMYK:
        77, 0, 0, 0
      HSL:
        180°, 100.0000%, 61.3725%
        HSV (HSB):
        180°, 77.2549%, 100.0000%
        XYZ:
        55.2367, 79.0032, 106.9456
        xyY:
        0.2290, 0.3276, 79.0032
      CIE-Lab:
        91.2357, -44.9696, -13.9175
        CIE-LCH:
        91.2357, 47.0740, 197.1966
        CIE-Luv:
        91.2357, -66.7859, -15.2719
        Hunter-Lab:
        88.8837, -44.6178, -9.1196
      #3afeff color charts
#3afeff RGB chart
      #3afeff CMYK chart
      #3afeff RGB pie chart
      #3afeff color shades, tints & tones
#3afeff color schemes
#3afeff color preview, HTML & CSS examples
           This text has a color of #3afeff        
        
          <p style="color:#3afeff;">Text here</p>
        
        
          .mytext {color:#3afeff;}
        
        Text color #3afeff
      
           This box has a color of #3afeff        
        
          <div style="background-color:#3afeff;">Content here</div>
        
        
          .mybackground {background-color:#3afeff;}
        
        Background color #3afeff
      
           Border around this has a color of #3afeff        
        
          <div style="border:2px solid #3afeff;">Content here</div>
        
        
          .myborder {border:2px solid #3afeff;}
        
        Border color #3afeff