#82cffe color space conversions
Hex:
        #82cffe
        RGB:
        130, 207, 254
        CMY:
        49, 19, 0
        CMYK:
        49, 19, 0, 0
      HSL:
        203°, 98.4127%, 75.2941%
        HSV (HSB):
        203°, 48.8189%, 99.6078%
        XYZ:
        49.4081, 56.5272, 102.0727
        xyY:
        0.2375, 0.2718, 56.5272
      CIE-Lab:
        79.9129, -11.3895, -30.3730
        CIE-LCH:
        79.9129, 32.4382, 249.4445
        CIE-Luv:
        79.9129, -34.9368, -47.4006
        Hunter-Lab:
        75.1846, -14.2704, -27.8645
      #82cffe color charts
#82cffe RGB chart
      #82cffe CMYK chart
      #82cffe RGB pie chart
      #82cffe color shades, tints & tones
#82cffe color schemes
#82cffe color preview, HTML & CSS examples
           This text has a color of #82cffe        
        
          <p style="color:#82cffe;">Text here</p>
        
        
          .mytext {color:#82cffe;}
        
        Text color #82cffe
      
           This box has a color of #82cffe        
        
          <div style="background-color:#82cffe;">Content here</div>
        
        
          .mybackground {background-color:#82cffe;}
        
        Background color #82cffe
      
           Border around this has a color of #82cffe        
        
          <div style="border:2px solid #82cffe;">Content here</div>
        
        
          .myborder {border:2px solid #82cffe;}
        
        Border color #82cffe