#32aacd color space conversions
Hex:
        #32aacd
        RGB:
        50, 170, 205
        CMY:
        80, 33, 20
        CMYK:
        76, 17, 0, 20
      HSL:
        194°, 60.7843%, 50.0000%
        HSV (HSB):
        194°, 75.6098%, 80.3922%
        XYZ:
        26.7096, 33.8353, 62.8807
        xyY:
        0.2164, 0.2741, 33.8353
      CIE-Lab:
        64.8317, -20.9112, -27.1868
        CIE-LCH:
        64.8317, 34.2987, 232.4337
        CIE-Luv:
        64.8317, -42.1784, -39.6801
        Hunter-Lab:
        58.1682, -19.8309, -23.3758
      #32aacd color charts
#32aacd RGB chart
      #32aacd CMYK chart
      #32aacd RGB pie chart
      #32aacd color shades, tints & tones
#32aacd color schemes
#32aacd color preview, HTML & CSS examples
           This text has a color of #32aacd        
        
          <p style="color:#32aacd;">Text here</p>
        
        
          .mytext {color:#32aacd;}
        
        Text color #32aacd
      
           This box has a color of #32aacd        
        
          <div style="background-color:#32aacd;">Content here</div>
        
        
          .mybackground {background-color:#32aacd;}
        
        Background color #32aacd
      
           Border around this has a color of #32aacd        
        
          <div style="border:2px solid #32aacd;">Content here</div>
        
        
          .myborder {border:2px solid #32aacd;}
        
        Border color #32aacd