#80fefa color space conversions
Hex:
        #80fefa
        RGB:
        128, 254, 250
        CMY:
        50, 0, 2
        CMYK:
        50, 0, 2, 0
      HSL:
        178°, 98.4375%, 74.9020%
        HSV (HSB):
        178°, 49.6063%, 99.6078%
        XYZ:
        61.5992, 82.3749, 103.0958
        xyY:
        0.2493, 0.3334, 82.3749
      CIE-Lab:
        92.7401, -36.0119, -8.9090
        CIE-LCH:
        92.7401, 37.0976, 193.8955
        CIE-Luv:
        92.7401, -53.6090, -8.2647
        Hunter-Lab:
        90.7606, -37.6832, -3.8156
      #80fefa color charts
#80fefa RGB chart
      #80fefa CMYK chart
      #80fefa RGB pie chart
      #80fefa color shades, tints & tones
#80fefa color schemes
#80fefa color preview, HTML & CSS examples
           This text has a color of #80fefa        
        
          <p style="color:#80fefa;">Text here</p>
        
        
          .mytext {color:#80fefa;}
        
        Text color #80fefa
      
           This box has a color of #80fefa        
        
          <div style="background-color:#80fefa;">Content here</div>
        
        
          .mybackground {background-color:#80fefa;}
        
        Background color #80fefa
      
           Border around this has a color of #80fefa        
        
          <div style="border:2px solid #80fefa;">Content here</div>
        
        
          .myborder {border:2px solid #80fefa;}
        
        Border color #80fefa