#82edef color space conversions
Hex:
        #82edef
        RGB:
        130, 237, 239
        CMY:
        49, 7, 6
        CMYK:
        46, 1, 0, 6
      HSL:
        181°, 77.3050%, 72.3529%
        HSV (HSB):
        181°, 45.6067%, 93.7255%
        XYZ:
        55.0701, 71.5462, 92.5687
        xyY:
        0.2512, 0.3264, 71.5462
      CIE-Lab:
        87.7497, -30.3636, -10.5872
        CIE-LCH:
        87.7497, 32.1565, 199.2227
        CIE-Luv:
        87.7497, -46.9584, -11.8057
        Hunter-Lab:
        84.5850, -31.8091, -5.6767
      #82edef color charts
#82edef RGB chart
      #82edef CMYK chart
      #82edef RGB pie chart
      #82edef color shades, tints & tones
#82edef color schemes
#82edef color preview, HTML & CSS examples
           This text has a color of #82edef        
        
          <p style="color:#82edef;">Text here</p>
        
        
          .mytext {color:#82edef;}
        
        Text color #82edef
      
           This box has a color of #82edef        
        
          <div style="background-color:#82edef;">Content here</div>
        
        
          .mybackground {background-color:#82edef;}
        
        Background color #82edef
      
           Border around this has a color of #82edef        
        
          <div style="border:2px solid #82edef;">Content here</div>
        
        
          .myborder {border:2px solid #82edef;}
        
        Border color #82edef