#5afaed color space conversions
Hex:
        #5afaed
        RGB:
        90, 250, 237
        CMY:
        65, 2, 7
        CMYK:
        64, 0, 5, 2
      HSL:
        175°, 94.1176%, 66.6667%
        HSV (HSB):
        175°, 64.0000%, 98.0392%
        XYZ:
        53.6881, 76.6593, 92.0878
        xyY:
        0.2414, 0.3446, 76.6593
      CIE-Lab:
        90.1646, -44.2889, -6.0950
        CIE-LCH:
        90.1646, 44.7063, 187.8358
        CIE-Luv:
        90.1646, -61.7966, -2.4789
        Hunter-Lab:
        87.5553, -43.7672, -1.0706
      #5afaed color charts
#5afaed RGB chart
      #5afaed CMYK chart
      #5afaed RGB pie chart
      #5afaed color shades, tints & tones
#5afaed color schemes
#5afaed color preview, HTML & CSS examples
           This text has a color of #5afaed        
        
          <p style="color:#5afaed;">Text here</p>
        
        
          .mytext {color:#5afaed;}
        
        Text color #5afaed
      
           This box has a color of #5afaed        
        
          <div style="background-color:#5afaed;">Content here</div>
        
        
          .mybackground {background-color:#5afaed;}
        
        Background color #5afaed
      
           Border around this has a color of #5afaed        
        
          <div style="border:2px solid #5afaed;">Content here</div>
        
        
          .myborder {border:2px solid #5afaed;}
        
        Border color #5afaed