#2faefe color space conversions
Hex:
        #2faefe
        RGB:
        47, 174, 254
        CMY:
        82, 32, 0
        CMYK:
        81, 31, 0, 0
      HSL:
        203°, 99.0431%, 59.0196%
        HSV (HSB):
        203°, 81.4961%, 99.6078%
        XYZ:
        34.1977, 38.0322, 99.3045
        xyY:
        0.1994, 0.2217, 38.0322
      CIE-Lab:
        68.0443, -6.6372, -49.0503
        CIE-LCH:
        68.0443, 49.4974, 262.2938
        CIE-Luv:
        68.0443, -40.9441, -78.8223
        Hunter-Lab:
        61.6703, -8.9401, -52.3025
      #2faefe color charts
#2faefe RGB chart
      #2faefe CMYK chart
      #2faefe RGB pie chart
      #2faefe color shades, tints & tones
#2faefe color schemes
#2faefe color preview, HTML & CSS examples
           This text has a color of #2faefe        
        
          <p style="color:#2faefe;">Text here</p>
        
        
          .mytext {color:#2faefe;}
        
        Text color #2faefe
      
           This box has a color of #2faefe        
        
          <div style="background-color:#2faefe;">Content here</div>
        
        
          .mybackground {background-color:#2faefe;}
        
        Background color #2faefe
      
           Border around this has a color of #2faefe        
        
          <div style="border:2px solid #2faefe;">Content here</div>
        
        
          .myborder {border:2px solid #2faefe;}
        
        Border color #2faefe