Shades of Light Cyan #DBF6FE
Tints of Light Cyan #DBF6FE
RGB
CMYK
RGB Variations
Color information
#DBF6FE (or 0xDBF6FE) is known color: Light Cyan. HEX triplet: DB, F6 and FE. RGB value is (219,246,254). Sum of RGB (Red+Green+Blue) = 219+246+254=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FE is #240901. Grayscale: #EEEEEE. Windows color (decimal): -2361602 or 16709339. OLE color: 16709339.
HSL color Cylindrical-coordinate representation of color #DBF6FE: hue angle of 193.71º 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 #DBF6FE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 246 | 254 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.00 |
| HSL | 193.71º | 0.95% | 0.93% | - |
| HSV(B) | 193.71º | 0.14% | 1% | - |
| XYZ | 80.06 | 88.13 | 106.56 | - |
| YUV | 238.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 254 | 0.14 | 0.03 | 0 | 0.00 | 193.71 | 0.95 | 0.93 |
| Hex | DB | F6 | FE | E | 3 | 0 | 0 | C2 | 5F | 5D |
| Octal | 333 | 366 | 376 | 16 | 3 | 0 | 0 | 302 | 137 | 135 |
| Binary | 11011011 | 11110110 | 11111110 | 1110 | 11 | 0 | 0 | 11000010 | 1011111 | 1011101 |
Color Harmonies of #DBF6FE
Complementary color
Monochromatic Colors of #DBF6FE
Black with #DBF6FE
Text Example
Text Example
White with #DBF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6FE; }
p { color: rgb(219,246,254); }
H1.HeaderClassName
{
color: #DBF6FE;
}
.AnyTagClassName
{
color: #DBF6FE;
}
</style>
background-color css
<style>
a { background-color: #DBF6FE; }
a { background-color: rgb(219,246,254); }
div.DivClassName
{
background-color: #DBF6FE;
}
.BgClassName
{
background-color: #DBF6FE;
}
</style>
border-color css
<style>
span { border-color: #DBF6FE; }
span { border-color: rgb(219,246,254); }
td.TdClassName
{
border-color: #DBF6FE;
}
.TagClassName
{
border-color: #DBF6FE;
}
</style>