#ADD5FF (or 0xADD5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D5 and FF. RGB value is (173,213,255). Sum of RGB (Red+Green+Blue) = 173+213+255=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FF is #522A00. Grayscale: #CDCDCD. Windows color (decimal): -5384705 or 16766381. OLE color: 16766381.
HSL color Cylindrical-coordinate representation of color #ADD5FF: hue angle of 210.73º 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 #ADD5FF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #ADD5FF; } p { color: rgb(173,213,255); } H1.HeaderClassName { color: #ADD5FF; } .AnyTagClassName { color: #ADD5FF; } </style>
<style> a { background-color: #ADD5FF; } a { background-color: rgb(173,213,255); } div.DivClassName { background-color: #ADD5FF; } .BgClassName { background-color: #ADD5FF; } </style>
<style> span { border-color: #ADD5FF; } span { border-color: rgb(173,213,255); } td.TdClassName { border-color: #ADD5FF; } .TagClassName { border-color: #ADD5FF; } </style>