#82aacc color space conversions
Hex:
        #82aacc
        RGB:
        130, 170, 204
        CMY:
        49, 33, 20
        CMYK:
        36, 17, 0, 20
      HSL:
        208°, 42.0455%, 65.4902%
        HSV (HSB):
        208°, 36.2745%, 80.0000%
        XYZ:
        34.4797, 37.8549, 62.6162
        xyY:
        0.2555, 0.2805, 37.8549
      CIE-Lab:
        67.9135, -5.0987, -21.6393
        CIE-LCH:
        67.9135, 22.2319, 256.7418
        CIE-Luv:
        67.9135, -20.5644, -32.8084
        Hunter-Lab:
        61.5263, -7.6386, -17.2718
      #82aacc color charts
#82aacc RGB chart
      #82aacc CMYK chart
      #82aacc RGB pie chart
      #82aacc color shades, tints & tones
#82aacc color schemes
#82aacc color preview, HTML & CSS examples
           This text has a color of #82aacc        
        
          <p style="color:#82aacc;">Text here</p>
        
        
          .mytext {color:#82aacc;}
        
        Text color #82aacc
      
           This box has a color of #82aacc        
        
          <div style="background-color:#82aacc;">Content here</div>
        
        
          .mybackground {background-color:#82aacc;}
        
        Background color #82aacc
      
           Border around this has a color of #82aacc        
        
          <div style="border:2px solid #82aacc;">Content here</div>
        
        
          .myborder {border:2px solid #82aacc;}
        
        Border color #82aacc