#DBF7FF (or 0xDBF7FF) is unknown color: approx Light Cyan. HEX triplet: DB, F7 and FF. RGB value is (219,247,255). Sum of RGB (Red+Green+Blue) = 219+247+255=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7FF is #240800. Grayscale: #EFEFEF. Windows color (decimal): -2361345 or 16775131. OLE color: 16775131.
HSL color Cylindrical-coordinate representation of color #DBF7FF: hue angle of 193.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF7FF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #DBF7FF; } p { color: rgb(219,247,255); } H1.HeaderClassName { color: #DBF7FF; } .AnyTagClassName { color: #DBF7FF; } </style>
<style> a { background-color: #DBF7FF; } a { background-color: rgb(219,247,255); } div.DivClassName { background-color: #DBF7FF; } .BgClassName { background-color: #DBF7FF; } </style>
<style> span { border-color: #DBF7FF; } span { border-color: rgb(219,247,255); } td.TdClassName { border-color: #DBF7FF; } .TagClassName { border-color: #DBF7FF; } </style>