#3faefa color space conversions
Hex:
        #3faefa
        RGB:
        63, 174, 250
        CMY:
        75, 32, 2
        CMYK:
        75, 30, 0, 2
      HSL:
        204°, 94.9239%, 61.3725%
        HSV (HSB):
        204°, 74.8000%, 98.0392%
        XYZ:
        34.4413, 38.2310, 96.0066
        xyY:
        0.2042, 0.2266, 38.2310
      CIE-Lab:
        68.1905, -6.4251, -46.6270
        CIE-LCH:
        68.1905, 47.0676, 262.1541
        CIE-Luv:
        68.1905, -39.0683, -74.7192
        Hunter-Lab:
        61.8312, -8.7764, -48.7789
      #3faefa color charts
#3faefa RGB chart
      #3faefa CMYK chart
      #3faefa RGB pie chart
      #3faefa color shades, tints & tones
#3faefa color schemes
#3faefa color preview, HTML & CSS examples
           This text has a color of #3faefa        
        
          <p style="color:#3faefa;">Text here</p>
        
        
          .mytext {color:#3faefa;}
        
        Text color #3faefa
      
           This box has a color of #3faefa        
        
          <div style="background-color:#3faefa;">Content here</div>
        
        
          .mybackground {background-color:#3faefa;}
        
        Background color #3faefa
      
           Border around this has a color of #3faefa        
        
          <div style="border:2px solid #3faefa;">Content here</div>
        
        
          .myborder {border:2px solid #3faefa;}
        
        Border color #3faefa