#ADDEFF (or 0xADDEFF) is unknown color: approx Columbia Blue. HEX triplet: AD, DE and FF. RGB value is (173,222,255). Sum of RGB (Red+Green+Blue) = 173+222+255=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFF is #522100. Grayscale: #D2D2D2. Windows color (decimal): -5382401 or 16768685. OLE color: 16768685.
HSL color Cylindrical-coordinate representation of color #ADDEFF: hue angle of 204.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDEFF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #ADDEFF; } p { color: rgb(173,222,255); } H1.HeaderClassName { color: #ADDEFF; } .AnyTagClassName { color: #ADDEFF; } </style>
<style> a { background-color: #ADDEFF; } a { background-color: rgb(173,222,255); } div.DivClassName { background-color: #ADDEFF; } .BgClassName { background-color: #ADDEFF; } </style>
<style> span { border-color: #ADDEFF; } span { border-color: rgb(173,222,255); } td.TdClassName { border-color: #ADDEFF; } .TagClassName { border-color: #ADDEFF; } </style>