#32afff color space conversions
Hex:
        #32afff
        RGB:
        50, 175, 255
        CMY:
        80, 31, 0
        CMYK:
        80, 31, 0, 0
      HSL:
        203°, 100.0000%, 59.8039%
        HSV (HSB):
        203°, 80.3922%, 100.0000%
        XYZ:
        34.6954, 38.5581, 100.2216
        xyY:
        0.2000, 0.2223, 38.5581
      CIE-Lab:
        68.4299, -6.5826, -48.9808
        CIE-LCH:
        68.4299, 49.4211, 262.3458
        CIE-Luv:
        68.4299, -40.8814, -78.7731
        Hunter-Lab:
        62.0951, -8.9304, -52.2275
      #32afff color charts
#32afff RGB chart
      #32afff CMYK chart
      #32afff RGB pie chart
      #32afff color shades, tints & tones
#32afff color schemes
#32afff color preview, HTML & CSS examples
           This text has a color of #32afff        
        
          <p style="color:#32afff;">Text here</p>
        
        
          .mytext {color:#32afff;}
        
        Text color #32afff
      
           This box has a color of #32afff        
        
          <div style="background-color:#32afff;">Content here</div>
        
        
          .mybackground {background-color:#32afff;}
        
        Background color #32afff
      
           Border around this has a color of #32afff        
        
          <div style="border:2px solid #32afff;">Content here</div>
        
        
          .myborder {border:2px solid #32afff;}
        
        Border color #32afff