#82aabe color space conversions
Hex:
        #82aabe
        RGB:
        130, 170, 190
        CMY:
        49, 33, 25
        CMYK:
        32, 11, 0, 25
      HSL:
        200°, 31.5789%, 62.7451%
        HSV (HSB):
        200°, 31.5789%, 74.5098%
        XYZ:
        32.8749, 37.2130, 54.1653
        xyY:
        0.2646, 0.2995, 37.2130
      CIE-Lab:
        67.4365, -8.6631, -14.6152
        CIE-LCH:
        67.4365, 16.9898, 239.3428
        CIE-Luv:
        67.4365, -20.4586, -20.9468
        Hunter-Lab:
        61.0024, -10.5586, -9.9431
      #82aabe color charts
#82aabe RGB chart
      #82aabe CMYK chart
      #82aabe RGB pie chart
      #82aabe color shades, tints & tones
#82aabe color schemes
#82aabe color preview, HTML & CSS examples
           This text has a color of #82aabe        
        
          <p style="color:#82aabe;">Text here</p>
        
        
          .mytext {color:#82aabe;}
        
        Text color #82aabe
      
           This box has a color of #82aabe        
        
          <div style="background-color:#82aabe;">Content here</div>
        
        
          .mybackground {background-color:#82aabe;}
        
        Background color #82aabe
      
           Border around this has a color of #82aabe        
        
          <div style="border:2px solid #82aabe;">Content here</div>
        
        
          .myborder {border:2px solid #82aabe;}
        
        Border color #82aabe