#7debdc color space conversions
Hex:
        #7debdc
        RGB:
        125, 235, 220
        CMY:
        51, 8, 14
        CMYK:
        47, 0, 6, 8
      HSL:
        172°, 73.3333%, 70.5882%
        HSV (HSB):
        172°, 46.8085%, 92.1569%
        XYZ:
        51.0840, 68.9439, 78.3252
        xyY:
        0.2575, 0.3476, 68.9439
      CIE-Lab:
        86.4763, -35.1846, -2.5192
        CIE-LCH:
        86.4763, 35.2747, 184.0953
        CIE-Luv:
        86.4763, -48.4137, 1.8640
        Hunter-Lab:
        83.0325, -35.4884, 2.1940
      #7debdc color charts
#7debdc RGB chart
      #7debdc CMYK chart
      #7debdc RGB pie chart
      #7debdc color shades, tints & tones
#7debdc color schemes
#7debdc color preview, HTML & CSS examples
           This text has a color of #7debdc        
        
          <p style="color:#7debdc;">Text here</p>
        
        
          .mytext {color:#7debdc;}
        
        Text color #7debdc
      
           This box has a color of #7debdc        
        
          <div style="background-color:#7debdc;">Content here</div>
        
        
          .mybackground {background-color:#7debdc;}
        
        Background color #7debdc
      
           Border around this has a color of #7debdc        
        
          <div style="border:2px solid #7debdc;">Content here</div>
        
        
          .myborder {border:2px solid #7debdc;}
        
        Border color #7debdc