#aedfdf color space conversions
Hex:
        #aedfdf
        RGB:
        174, 223, 223
        CMY:
        32, 13, 13
        CMYK:
        22, 0, 0, 13
      HSL:
        180°, 43.3628%, 77.8431%
        HSV (HSB):
        180°, 21.9731%, 87.4510%
        XYZ:
        57.1625, 67.1017, 79.7512
        xyY:
        0.2802, 0.3289, 67.1017
      CIE-Lab:
        85.5553, -15.6912, -5.1880
        CIE-LCH:
        85.5553, 16.5266, 198.2956
        CIE-Luv:
        85.5553, -24.8606, -5.3774
        Hunter-Lab:
        81.9156, -18.7912, -0.3824
      #aedfdf color charts
#aedfdf RGB chart
      #aedfdf CMYK chart
      #aedfdf RGB pie chart
      #aedfdf color shades, tints & tones
#aedfdf color schemes
#aedfdf color preview, HTML & CSS examples
           This text has a color of #aedfdf        
        
          <p style="color:#aedfdf;">Text here</p>
        
        
          .mytext {color:#aedfdf;}
        
        Text color #aedfdf
      
           This box has a color of #aedfdf        
        
          <div style="background-color:#aedfdf;">Content here</div>
        
        
          .mybackground {background-color:#aedfdf;}
        
        Background color #aedfdf
      
           Border around this has a color of #aedfdf        
        
          <div style="border:2px solid #aedfdf;">Content here</div>
        
        
          .myborder {border:2px solid #aedfdf;}
        
        Border color #aedfdf