#5aacfc color space conversions
Hex:
        #5aacfc
        RGB:
        90, 172, 252
        CMY:
        65, 33, 1
        CMYK:
        64, 32, 0, 1
      HSL:
        210°, 96.4286%, 67.0588%
        HSV (HSB):
        210°, 64.2857%, 98.8235%
        XYZ:
        36.5397, 38.7070, 97.6408
        xyY:
        0.2113, 0.2239, 38.7070
      CIE-Lab:
        68.5385, -0.8278, -47.1092
        CIE-LCH:
        68.5385, 47.1164, 268.9933
        CIE-Luv:
        68.5385, -33.1788, -76.2234
        Hunter-Lab:
        62.2149, -4.0407, -49.4999
      #5aacfc color charts
#5aacfc RGB chart
      #5aacfc CMYK chart
      #5aacfc RGB pie chart
      #5aacfc color shades, tints & tones
#5aacfc color schemes
#5aacfc color preview, HTML & CSS examples
           This text has a color of #5aacfc        
        
          <p style="color:#5aacfc;">Text here</p>
        
        
          .mytext {color:#5aacfc;}
        
        Text color #5aacfc
      
           This box has a color of #5aacfc        
        
          <div style="background-color:#5aacfc;">Content here</div>
        
        
          .mybackground {background-color:#5aacfc;}
        
        Background color #5aacfc
      
           Border around this has a color of #5aacfc        
        
          <div style="border:2px solid #5aacfc;">Content here</div>
        
        
          .myborder {border:2px solid #5aacfc;}
        
        Border color #5aacfc