#AAECFF (or 0xAAECFF) is unknown color: approx Blizzard Blue. HEX triplet: AA, EC and FF. RGB value is (170,236,255). Sum of RGB (Red+Green+Blue) = 170+236+255=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFF is #551300. Grayscale: #DADADA. Windows color (decimal): -5575425 or 16772266. OLE color: 16772266.
HSL color Cylindrical-coordinate representation of color #AAECFF: hue angle of 193.41º 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 #AAECFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #AAECFF; } p { color: rgb(170,236,255); } H1.HeaderClassName { color: #AAECFF; } .AnyTagClassName { color: #AAECFF; } </style>
<style> a { background-color: #AAECFF; } a { background-color: rgb(170,236,255); } div.DivClassName { background-color: #AAECFF; } .BgClassName { background-color: #AAECFF; } </style>
<style> span { border-color: #AAECFF; } span { border-color: rgb(170,236,255); } td.TdClassName { border-color: #AAECFF; } .TagClassName { border-color: #AAECFF; } </style>