#82fded color space conversions
Hex:
        #82fded
        RGB:
        130, 253, 237
        CMY:
        49, 1, 7
        CMYK:
        49, 0, 6, 1
      HSL:
        172°, 96.8504%, 75.0980%
        HSV (HSB):
        172°, 48.6166%, 99.2157%
        XYZ:
        59.6173, 81.1108, 92.6346
        xyY:
        0.2555, 0.3476, 81.1108
      CIE-Lab:
        92.1810, -38.2933, -2.9920
        CIE-LCH:
        92.1810, 38.4100, 184.4677
        CIE-Luv:
        92.1810, -53.2103, 1.6323
        Hunter-Lab:
        90.0615, -39.4476, 2.0592
      #82fded color charts
#82fded RGB chart
      #82fded CMYK chart
      #82fded RGB pie chart
      #82fded color shades, tints & tones
#82fded color schemes
#82fded color preview, HTML & CSS examples
           This text has a color of #82fded        
        
          <p style="color:#82fded;">Text here</p>
        
        
          .mytext {color:#82fded;}
        
        Text color #82fded
      
           This box has a color of #82fded        
        
          <div style="background-color:#82fded;">Content here</div>
        
        
          .mybackground {background-color:#82fded;}
        
        Background color #82fded
      
           Border around this has a color of #82fded        
        
          <div style="border:2px solid #82fded;">Content here</div>
        
        
          .myborder {border:2px solid #82fded;}
        
        Border color #82fded