#5aedef color space conversions
Hex:
        #5aedef
        RGB:
        90, 237, 239
        CMY:
        65, 7, 6
        CMYK:
        62, 1, 0, 6
      HSL:
        181°, 82.3204%, 64.5098%
        HSV (HSB):
        181°, 62.3431%, 93.7255%
        XYZ:
        50.0806, 68.9740, 92.3351
        xyY:
        0.2369, 0.3263, 68.9740
      CIE-Lab:
        86.4912, -37.9282, -12.5976
        CIE-LCH:
        86.4912, 39.9656, 198.3736
        CIE-Luv:
        86.4912, -57.0371, -14.0089
        Hunter-Lab:
        83.0506, -37.7007, -7.7828
      #5aedef color charts
#5aedef RGB chart
      #5aedef CMYK chart
      #5aedef RGB pie chart
      #5aedef color shades, tints & tones
#5aedef color schemes
#5aedef color preview, HTML & CSS examples
           This text has a color of #5aedef        
        
          <p style="color:#5aedef;">Text here</p>
        
        
          .mytext {color:#5aedef;}
        
        Text color #5aedef
      
           This box has a color of #5aedef        
        
          <div style="background-color:#5aedef;">Content here</div>
        
        
          .mybackground {background-color:#5aedef;}
        
        Background color #5aedef
      
           Border around this has a color of #5aedef        
        
          <div style="border:2px solid #5aedef;">Content here</div>
        
        
          .myborder {border:2px solid #5aedef;}
        
        Border color #5aedef