Shades of Light Cyan #DBFBFE
Tints of Light Cyan #DBFBFE
RGB
CMYK
RGB Variations
Color information
#DBFBFE (or 0xDBFBFE) is known color: Light Cyan. HEX triplet: DB, FB and FE. RGB value is (219,251,254). Sum of RGB (Red+Green+Blue) = 219+251+254=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFE is #240401. Grayscale: #F1F1F1. Windows color (decimal): -2360322 or 16710619. OLE color: 16710619.
HSL color Cylindrical-coordinate representation of color #DBFBFE: hue angle of 185.14º 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 #DBFBFE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 251 | 254 | - |
CMYK | 0.14 | 0.01 | 0 | 0.00 |
HSL | 185.14º | 0.95% | 0.93% | - |
HSV(B) | 185.14º | 0.14% | 1% | - |
XYZ | 81.6 | 91.21 | 107.07 | - |
YUV | 241.77 | 134.9 | 111.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 254 | 0.14 | 0.01 | 0 | 0.00 | 185.14 | 0.95 | 0.93 |
Hex | DB | FB | FE | E | 1 | 0 | 0 | B9 | 5F | 5D |
Octal | 333 | 373 | 376 | 16 | 1 | 0 | 0 | 271 | 137 | 135 |
Binary | 11011011 | 11111011 | 11111110 | 1110 | 1 | 0 | 0 | 10111001 | 1011111 | 1011101 |
Color Harmonies of #DBFBFE
Complementary color
Monochromatic Colors of #DBFBFE
Black with #DBFBFE
Text Example
Text Example
White with #DBFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBFE; }
p { color: rgb(219,251,254); }
H1.HeaderClassName
{
color: #DBFBFE;
}
.AnyTagClassName
{
color: #DBFBFE;
}
</style>
background-color css
<style>
a { background-color: #DBFBFE; }
a { background-color: rgb(219,251,254); }
div.DivClassName
{
background-color: #DBFBFE;
}
.BgClassName
{
background-color: #DBFBFE;
}
</style>
border-color css
<style>
span { border-color: #DBFBFE; }
span { border-color: rgb(219,251,254); }
td.TdClassName
{
border-color: #DBFBFE;
}
.TagClassName
{
border-color: #DBFBFE;
}
</style>