#AADDFF (or 0xAADDFF) is unknown color: approx Columbia Blue. HEX triplet: AA, DD and FF. RGB value is (170,221,255). Sum of RGB (Red+Green+Blue) = 170+221+255=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFF is #552200. Grayscale: #D1D1D1. Windows color (decimal): -5579265 or 16768426. OLE color: 16768426.
HSL color Cylindrical-coordinate representation of color #AADDFF: hue angle of 204º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADDFF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #AADDFF; } p { color: rgb(170,221,255); } H1.HeaderClassName { color: #AADDFF; } .AnyTagClassName { color: #AADDFF; } </style>
<style> a { background-color: #AADDFF; } a { background-color: rgb(170,221,255); } div.DivClassName { background-color: #AADDFF; } .BgClassName { background-color: #AADDFF; } </style>
<style> span { border-color: #AADDFF; } span { border-color: rgb(170,221,255); } td.TdClassName { border-color: #AADDFF; } .TagClassName { border-color: #AADDFF; } </style>