#9afaed color space conversions
Hex:
        #9afaed
        RGB:
        154, 250, 237
        CMY:
        40, 2, 7
        CMYK:
        38, 0, 5, 2
      HSL:
        172°, 90.5660%, 79.2157%
        HSV (HSB):
        172°, 38.4000%, 98.0392%
        XYZ:
        62.7981, 81.3557, 92.5142
        xyY:
        0.2653, 0.3438, 81.3557
      CIE-Lab:
        92.2897, -31.2816, -2.7224
        CIE-LCH:
        92.2897, 31.3998, 184.9738
        CIE-Luv:
        92.2897, -44.2579, 0.9840
        Hunter-Lab:
        90.1974, -33.5684, 2.3252
      #9afaed color charts
#9afaed RGB chart
      #9afaed CMYK chart
      #9afaed RGB pie chart
      #9afaed color shades, tints & tones
#9afaed color schemes
#9afaed color preview, HTML & CSS examples
           This text has a color of #9afaed        
        
          <p style="color:#9afaed;">Text here</p>
        
        
          .mytext {color:#9afaed;}
        
        Text color #9afaed
      
           This box has a color of #9afaed        
        
          <div style="background-color:#9afaed;">Content here</div>
        
        
          .mybackground {background-color:#9afaed;}
        
        Background color #9afaed
      
           Border around this has a color of #9afaed        
        
          <div style="border:2px solid #9afaed;">Content here</div>
        
        
          .myborder {border:2px solid #9afaed;}
        
        Border color #9afaed