#3afacc color space conversions
Hex:
        #3afacc
        RGB:
        58, 250, 204
        CMY:
        77, 2, 20
        CMYK:
        77, 0, 18, 2
      HSL:
        166°, 95.0495%, 60.3922%
        HSV (HSB):
        166°, 76.8000%, 98.0392%
        XYZ:
        46.8296, 73.6304, 68.8707
        xyY:
        0.2473, 0.3889, 73.6304
      CIE-Lab:
        88.7475, -56.5885, 8.9185
        CIE-LCH:
        88.7475, 57.2870, 171.0437
        CIE-Luv:
        88.7475, -69.0989, 22.7030
        Hunter-Lab:
        85.8082, -52.7483, 12.4788
      #3afacc color charts
#3afacc RGB chart
      #3afacc CMYK chart
      #3afacc RGB pie chart
      #3afacc color shades, tints & tones
#3afacc color schemes
#3afacc color preview, HTML & CSS examples
           This text has a color of #3afacc        
        
          <p style="color:#3afacc;">Text here</p>
        
        
          .mytext {color:#3afacc;}
        
        Text color #3afacc
      
           This box has a color of #3afacc        
        
          <div style="background-color:#3afacc;">Content here</div>
        
        
          .mybackground {background-color:#3afacc;}
        
        Background color #3afacc
      
           Border around this has a color of #3afacc        
        
          <div style="border:2px solid #3afacc;">Content here</div>
        
        
          .myborder {border:2px solid #3afacc;}
        
        Border color #3afacc