#5affdc color space conversions
Hex:
        #5affdc
        RGB:
        90, 255, 220
        CMY:
        65, 0, 14
        CMYK:
        65, 0, 14, 0
      HSL:
        167°, 100.0000%, 67.6471%
        HSV (HSB):
        167°, 64.7059%, 100.0000%
        XYZ:
        52.8947, 78.8610, 80.1440
        xyY:
        0.2496, 0.3722, 78.8610
      CIE-Lab:
        91.1713, -50.6746, 4.1993
        CIE-LCH:
        91.1713, 50.8483, 175.2628
        CIE-Luv:
        91.1713, -64.6152, 14.7498
        Hunter-Lab:
        88.8037, -49.0854, 8.6543
      #5affdc color charts
#5affdc RGB chart
      #5affdc CMYK chart
      #5affdc RGB pie chart
      #5affdc color shades, tints & tones
#5affdc color schemes
#5affdc color preview, HTML & CSS examples
           This text has a color of #5affdc        
        
          <p style="color:#5affdc;">Text here</p>
        
        
          .mytext {color:#5affdc;}
        
        Text color #5affdc
      
           This box has a color of #5affdc        
        
          <div style="background-color:#5affdc;">Content here</div>
        
        
          .mybackground {background-color:#5affdc;}
        
        Background color #5affdc
      
           Border around this has a color of #5affdc        
        
          <div style="border:2px solid #5affdc;">Content here</div>
        
        
          .myborder {border:2px solid #5affdc;}
        
        Border color #5affdc