#7dddef color space conversions
Hex:
        #7dddef
        RGB:
        125, 221, 239
        CMY:
        51, 13, 6
        CMYK:
        48, 8, 0, 6
      HSL:
        189°, 78.0822%, 71.3725%
        HSV (HSB):
        189°, 47.6987%, 93.7255%
        XYZ:
        49.8939, 62.3049, 91.0577
        xyY:
        0.2455, 0.3065, 62.3049
      CIE-Lab:
        83.0753, -23.7071, -17.6100
        CIE-LCH:
        83.0753, 29.5320, 216.6056
        CIE-Luv:
        83.0753, -42.2804, -24.2632
        Hunter-Lab:
        78.9334, -25.3035, -13.1436
      #7dddef color charts
#7dddef RGB chart
      #7dddef CMYK chart
      #7dddef RGB pie chart
      #7dddef color shades, tints & tones
#7dddef color schemes
#7dddef color preview, HTML & CSS examples
           This text has a color of #7dddef        
        
          <p style="color:#7dddef;">Text here</p>
        
        
          .mytext {color:#7dddef;}
        
        Text color #7dddef
      
           This box has a color of #7dddef        
        
          <div style="background-color:#7dddef;">Content here</div>
        
        
          .mybackground {background-color:#7dddef;}
        
        Background color #7dddef
      
           Border around this has a color of #7dddef        
        
          <div style="border:2px solid #7dddef;">Content here</div>
        
        
          .myborder {border:2px solid #7dddef;}
        
        Border color #7dddef