#5aecfc color space conversions
Hex:
        #5aecfc
        RGB:
        90, 236, 252
        CMY:
        65, 7, 1
        CMYK:
        64, 6, 0, 1
      HSL:
        186°, 96.4286%, 67.0588%
        HSV (HSB):
        186°, 64.2857%, 98.8235%
        XYZ:
        51.7826, 69.1928, 102.7218
        xyY:
        0.2315, 0.3093, 69.1928
      CIE-Lab:
        86.5995, -33.8709, -19.2585
        CIE-LCH:
        86.5995, 38.9632, 209.6220
        CIE-Luv:
        86.5995, -55.9080, -25.7109
        Hunter-Lab:
        83.1822, -34.4491, -14.9897
      #5aecfc color charts
#5aecfc RGB chart
      #5aecfc CMYK chart
      #5aecfc RGB pie chart
      #5aecfc color shades, tints & tones
#5aecfc color schemes
#5aecfc color preview, HTML & CSS examples
           This text has a color of #5aecfc        
        
          <p style="color:#5aecfc;">Text here</p>
        
        
          .mytext {color:#5aecfc;}
        
        Text color #5aecfc
      
           This box has a color of #5aecfc        
        
          <div style="background-color:#5aecfc;">Content here</div>
        
        
          .mybackground {background-color:#5aecfc;}
        
        Background color #5aecfc
      
           Border around this has a color of #5aecfc        
        
          <div style="border:2px solid #5aecfc;">Content here</div>
        
        
          .myborder {border:2px solid #5aecfc;}
        
        Border color #5aecfc