Shades of Light Cyan #DBFCFE
Tints of Light Cyan #DBFCFE
RGB
CMYK
RGB Variations
Color information
#DBFCFE (or 0xDBFCFE) is known color: Light Cyan. HEX triplet: DB, FC and FE. RGB value is (219,252,254). Sum of RGB (Red+Green+Blue) = 219+252+254=725 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.21% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCFE is #240301. Grayscale: #F2F2F2. Windows color (decimal): -2360066 or 16710875. OLE color: 16710875.
HSL color Cylindrical-coordinate representation of color #DBFCFE: hue angle of 183.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 #DBFCFE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 252 | 254 | - |
CMYK | 0.14 | 0.01 | 0 | 0.00 |
HSL | 183.43º | 0.95% | 0.93% | - |
HSV(B) | 183.43º | 0.14% | 1% | - |
XYZ | 81.91 | 91.84 | 107.17 | - |
YUV | 242.36 | 134.57 | 111.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 254 | 0.14 | 0.01 | 0 | 0.00 | 183.43 | 0.95 | 0.93 |
Hex | DB | FC | FE | E | 1 | 0 | 0 | B7 | 5F | 5D |
Octal | 333 | 374 | 376 | 16 | 1 | 0 | 0 | 267 | 137 | 135 |
Binary | 11011011 | 11111100 | 11111110 | 1110 | 1 | 0 | 0 | 10110111 | 1011111 | 1011101 |
Color Harmonies of #DBFCFE
Complementary color
Monochromatic Colors of #DBFCFE
Black with #DBFCFE
Text Example
Text Example
White with #DBFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCFE; }
p { color: rgb(219,252,254); }
H1.HeaderClassName
{
color: #DBFCFE;
}
.AnyTagClassName
{
color: #DBFCFE;
}
</style>
background-color css
<style>
a { background-color: #DBFCFE; }
a { background-color: rgb(219,252,254); }
div.DivClassName
{
background-color: #DBFCFE;
}
.BgClassName
{
background-color: #DBFCFE;
}
</style>
border-color css
<style>
span { border-color: #DBFCFE; }
span { border-color: rgb(219,252,254); }
td.TdClassName
{
border-color: #DBFCFE;
}
.TagClassName
{
border-color: #DBFCFE;
}
</style>