#adddff color space conversions
Hex:
        #adddff
        RGB:
        173, 221, 255
        CMY:
        32, 13, 0
        CMYK:
        32, 13, 0, 0
      HSL:
        205°, 100.0000%, 83.9216%
        HSV (HSB):
        205°, 32.1569%, 100.0000%
        XYZ:
        61.1400, 67.8171, 104.4753
        xyY:
        0.2619, 0.2905, 67.8171
      CIE-Lab:
        85.9149, -7.6710, -21.5486
        CIE-LCH:
        85.9149, 22.8733, 250.4051
        CIE-Luv:
        85.9149, -24.7143, -33.2920
        Hunter-Lab:
        82.3512, -11.5907, -17.5728
      #adddff color charts
#adddff RGB chart
      #adddff CMYK chart
      #adddff RGB pie chart
      #adddff color shades, tints & tones
#adddff color schemes
#adddff color preview, HTML & CSS examples
           This text has a color of #adddff        
        
          <p style="color:#adddff;">Text here</p>
        
        
          .mytext {color:#adddff;}
        
        Text color #adddff
      
           This box has a color of #adddff        
        
          <div style="background-color:#adddff;">Content here</div>
        
        
          .mybackground {background-color:#adddff;}
        
        Background color #adddff
      
           Border around this has a color of #adddff        
        
          <div style="border:2px solid #adddff;">Content here</div>
        
        
          .myborder {border:2px solid #adddff;}
        
        Border color #adddff