#5addfe color space conversions
Hex:
        #5addfe
        RGB:
        90, 221, 254
        CMY:
        65, 13, 0
        CMYK:
        65, 13, 0, 0
      HSL:
        192°, 98.7952%, 67.4510%
        HSV (HSB):
        192°, 64.5669%, 99.6078%
        XYZ:
        47.9623, 61.0423, 103.0204
        xyY:
        0.2262, 0.2879, 61.0423
      CIE-Lab:
        82.4015, -26.0764, -26.6863
        CIE-LCH:
        82.4015, 37.3114, 225.6622
        CIE-Luv:
        82.4015, -50.4469, -39.2671
        Hunter-Lab:
        78.1296, -27.1490, -23.4881
      #5addfe color charts
#5addfe RGB chart
      #5addfe CMYK chart
      #5addfe RGB pie chart
      #5addfe color shades, tints & tones
#5addfe color schemes
#5addfe color preview, HTML & CSS examples
           This text has a color of #5addfe        
        
          <p style="color:#5addfe;">Text here</p>
        
        
          .mytext {color:#5addfe;}
        
        Text color #5addfe
      
           This box has a color of #5addfe        
        
          <div style="background-color:#5addfe;">Content here</div>
        
        
          .mybackground {background-color:#5addfe;}
        
        Background color #5addfe
      
           Border around this has a color of #5addfe        
        
          <div style="border:2px solid #5addfe;">Content here</div>
        
        
          .myborder {border:2px solid #5addfe;}
        
        Border color #5addfe