#AAADCC (or 0xAAADCC) is unknown color: approx Echo Blue. HEX triplet: AA, AD and CC. RGB value is (170,173,204). Sum of RGB (Red+Green+Blue) = 170+173+204=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCC is #555233. Grayscale: #AFAFAF. Windows color (decimal): -5591604 or 13413802. OLE color: 13413802.
HSL color Cylindrical-coordinate representation of color #AAADCC: hue angle of 234.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAADCC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
<style> p { color: #AAADCC; } p { color: rgb(170,173,204); } H1.HeaderClassName { color: #AAADCC; } .AnyTagClassName { color: #AAADCC; } </style>
<style> a { background-color: #AAADCC; } a { background-color: rgb(170,173,204); } div.DivClassName { background-color: #AAADCC; } .BgClassName { background-color: #AAADCC; } </style>
<style> span { border-color: #AAADCC; } span { border-color: rgb(170,173,204); } td.TdClassName { border-color: #AAADCC; } .TagClassName { border-color: #AAADCC; } </style>