#7daaec color space conversions
Hex:
        #7daaec
        RGB:
        125, 170, 236
        CMY:
        51, 33, 7
        CMYK:
        47, 28, 0, 7
      HSL:
        216°, 74.4966%, 70.7843%
        HSV (HSB):
        216°, 47.0339%, 92.5490%
        XYZ:
        37.9725, 39.1656, 84.9152
        xyY:
        0.2343, 0.2417, 39.1656
      CIE-Lab:
        68.8710, 2.4302, -37.7642
        CIE-LCH:
        68.8710, 37.8423, 273.6820
        CIE-Luv:
        68.8710, -22.6311, -60.7666
        Hunter-Lab:
        62.5824, -1.2125, -36.6403
      #7daaec color charts
#7daaec RGB chart
      #7daaec CMYK chart
      #7daaec RGB pie chart
      #7daaec color shades, tints & tones
#7daaec color schemes
#7daaec color preview, HTML & CSS examples
           This text has a color of #7daaec        
        
          <p style="color:#7daaec;">Text here</p>
        
        
          .mytext {color:#7daaec;}
        
        Text color #7daaec
      
           This box has a color of #7daaec        
        
          <div style="background-color:#7daaec;">Content here</div>
        
        
          .mybackground {background-color:#7daaec;}
        
        Background color #7daaec
      
           Border around this has a color of #7daaec        
        
          <div style="border:2px solid #7daaec;">Content here</div>
        
        
          .myborder {border:2px solid #7daaec;}
        
        Border color #7daaec