#7deaaf color space conversions
Hex:
        #7deaaf
        RGB:
        125, 234, 175
        CMY:
        51, 8, 31
        CMYK:
        47, 0, 25, 8
      HSL:
        148°, 72.1854%, 70.3922%
        HSV (HSB):
        148°, 46.5812%, 91.7647%
        XYZ:
        45.6181, 66.3008, 50.9504
        xyY:
        0.2801, 0.4071, 66.3008
      CIE-Lab:
        85.1496, -44.5155, 19.1240
        CIE-LCH:
        85.1496, 48.4496, 156.7515
        CIE-Luv:
        85.1496, -49.6849, 35.2508
        Hunter-Lab:
        81.4253, -42.4904, 19.8980
      #7deaaf color charts
#7deaaf RGB chart
      #7deaaf CMYK chart
      #7deaaf RGB pie chart
      #7deaaf color shades, tints & tones
#7deaaf color schemes
#7deaaf color preview, HTML & CSS examples
           This text has a color of #7deaaf        
        
          <p style="color:#7deaaf;">Text here</p>
        
        
          .mytext {color:#7deaaf;}
        
        Text color #7deaaf
      
           This box has a color of #7deaaf        
        
          <div style="background-color:#7deaaf;">Content here</div>
        
        
          .mybackground {background-color:#7deaaf;}
        
        Background color #7deaaf
      
           Border around this has a color of #7deaaf        
        
          <div style="border:2px solid #7deaaf;">Content here</div>
        
        
          .myborder {border:2px solid #7deaaf;}
        
        Border color #7deaaf