#80aefa color space conversions
Hex:
        #80aefa
        RGB:
        128, 174, 250
        CMY:
        50, 32, 2
        CMYK:
        49, 30, 0, 2
      HSL:
        217°, 92.4242%, 74.1176%
        HSV (HSB):
        217°, 48.8000%, 98.0392%
        XYZ:
        41.2935, 41.7634, 96.3272
        xyY:
        0.2302, 0.2328, 41.7634
      CIE-Lab:
        70.7075, 4.9511, -42.5007
        CIE-LCH:
        70.7075, 42.7881, 276.6448
        CIE-Luv:
        70.7075, -23.1592, -69.3668
        Hunter-Lab:
        64.6246, 0.9638, -43.1384
      #80aefa color charts
#80aefa RGB chart
      #80aefa CMYK chart
      #80aefa RGB pie chart
      #80aefa color shades, tints & tones
#80aefa color schemes
#80aefa color preview, HTML & CSS examples
           This text has a color of #80aefa        
        
          <p style="color:#80aefa;">Text here</p>
        
        
          .mytext {color:#80aefa;}
        
        Text color #80aefa
      
           This box has a color of #80aefa        
        
          <div style="background-color:#80aefa;">Content here</div>
        
        
          .mybackground {background-color:#80aefa;}
        
        Background color #80aefa
      
           Border around this has a color of #80aefa        
        
          <div style="border:2px solid #80aefa;">Content here</div>
        
        
          .myborder {border:2px solid #80aefa;}
        
        Border color #80aefa