Shades of Light Cyan #DBF8FE
Tints of Light Cyan #DBF8FE
RGB
CMYK
RGB Variations
Color information
#DBF8FE (or 0xDBF8FE) is known color: Light Cyan. HEX triplet: DB, F8 and FE. RGB value is (219,248,254). Sum of RGB (Red+Green+Blue) = 219+248+254=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FE is #240701. Grayscale: #EFEFEF. Windows color (decimal): -2361090 or 16709851. OLE color: 16709851.
HSL color Cylindrical-coordinate representation of color #DBF8FE: hue angle of 190.29º 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 #DBF8FE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 248 | 254 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.00 |
| HSL | 190.29º | 0.95% | 0.93% | - |
| HSV(B) | 190.29º | 0.14% | 1% | - |
| XYZ | 80.67 | 89.35 | 106.76 | - |
| YUV | 240.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 254 | 0.14 | 0.02 | 0 | 0.00 | 190.29 | 0.95 | 0.93 |
| Hex | DB | F8 | FE | E | 2 | 0 | 0 | BE | 5F | 5D |
| Octal | 333 | 370 | 376 | 16 | 2 | 0 | 0 | 276 | 137 | 135 |
| Binary | 11011011 | 11111000 | 11111110 | 1110 | 10 | 0 | 0 | 10111110 | 1011111 | 1011101 |
Color Harmonies of #DBF8FE
Complementary color
Monochromatic Colors of #DBF8FE
Black with #DBF8FE
Text Example
Text Example
White with #DBF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8FE; }
p { color: rgb(219,248,254); }
H1.HeaderClassName
{
color: #DBF8FE;
}
.AnyTagClassName
{
color: #DBF8FE;
}
</style>
background-color css
<style>
a { background-color: #DBF8FE; }
a { background-color: rgb(219,248,254); }
div.DivClassName
{
background-color: #DBF8FE;
}
.BgClassName
{
background-color: #DBF8FE;
}
</style>
border-color css
<style>
span { border-color: #DBF8FE; }
span { border-color: rgb(219,248,254); }
td.TdClassName
{
border-color: #DBF8FE;
}
.TagClassName
{
border-color: #DBF8FE;
}
</style>