Shades of Light Cyan #DBF5FE
Tints of Light Cyan #DBF5FE
RGB
CMYK
RGB Variations
Color information
#DBF5FE (or 0xDBF5FE) is known color: Light Cyan. HEX triplet: DB, F5 and FE. RGB value is (219,245,254). Sum of RGB (Red+Green+Blue) = 219+245+254=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5FE is #240A01. Grayscale: #EEEEEE. Windows color (decimal): -2361858 or 16709083. OLE color: 16709083.
HSL color Cylindrical-coordinate representation of color #DBF5FE: hue angle of 195.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF5FE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 245 | 254 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.00 |
| HSL | 195.43º | 0.95% | 0.93% | - |
| HSV(B) | 195.43º | 0.14% | 1% | - |
| XYZ | 79.76 | 87.52 | 106.46 | - |
| YUV | 238.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 254 | 0.14 | 0.04 | 0 | 0.00 | 195.43 | 0.95 | 0.93 |
| Hex | DB | F5 | FE | E | 4 | 0 | 0 | C3 | 5F | 5D |
| Octal | 333 | 365 | 376 | 16 | 4 | 0 | 0 | 303 | 137 | 135 |
| Binary | 11011011 | 11110101 | 11111110 | 1110 | 100 | 0 | 0 | 11000011 | 1011111 | 1011101 |
Color Harmonies of #DBF5FE
Complementary color
Monochromatic Colors of #DBF5FE
Black with #DBF5FE
Text Example
Text Example
White with #DBF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5FE; }
p { color: rgb(219,245,254); }
H1.HeaderClassName
{
color: #DBF5FE;
}
.AnyTagClassName
{
color: #DBF5FE;
}
</style>
background-color css
<style>
a { background-color: #DBF5FE; }
a { background-color: rgb(219,245,254); }
div.DivClassName
{
background-color: #DBF5FE;
}
.BgClassName
{
background-color: #DBF5FE;
}
</style>
border-color css
<style>
span { border-color: #DBF5FE; }
span { border-color: rgb(219,245,254); }
td.TdClassName
{
border-color: #DBF5FE;
}
.TagClassName
{
border-color: #DBF5FE;
}
</style>