#32affe color space conversions
Hex:
        #32affe
        RGB:
        50, 175, 254
        CMY:
        80, 31, 0
        CMYK:
        80, 31, 0, 0
      HSL:
        203°, 99.0291%, 59.6078%
        HSV (HSB):
        203°, 80.3150%, 99.6078%
        XYZ:
        34.5348, 38.4938, 99.3758
        xyY:
        0.2003, 0.2233, 38.4938
      CIE-Lab:
        68.3830, -6.9326, -48.5129
        CIE-LCH:
        68.3830, 49.0057, 261.8674
        CIE-Luv:
        68.3830, -40.9377, -77.9255
        Hunter-Lab:
        62.0434, -9.2188, -51.5353
      #32affe color charts
#32affe RGB chart
      #32affe CMYK chart
      #32affe RGB pie chart
      #32affe color shades, tints & tones
#32affe color schemes
#32affe color preview, HTML & CSS examples
           This text has a color of #32affe        
        
          <p style="color:#32affe;">Text here</p>
        
        
          .mytext {color:#32affe;}
        
        Text color #32affe
      
           This box has a color of #32affe        
        
          <div style="background-color:#32affe;">Content here</div>
        
        
          .mybackground {background-color:#32affe;}
        
        Background color #32affe
      
           Border around this has a color of #32affe        
        
          <div style="border:2px solid #32affe;">Content here</div>
        
        
          .myborder {border:2px solid #32affe;}
        
        Border color #32affe