Shades of Light Cyan #DBF9FC
Tints of Light Cyan #DBF9FC
RGB
CMYK
RGB Variations
Color information
#DBF9FC (or 0xDBF9FC) is known color: Light Cyan. HEX triplet: DB, F9 and FC. RGB value is (219,249,252). Sum of RGB (Red+Green+Blue) = 219+249+252=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9FC is #240603. Grayscale: #F0F0F0. Windows color (decimal): -2360836 or 16579035. OLE color: 16579035.
HSL color Cylindrical-coordinate representation of color #DBF9FC: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF9FC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 249 | 252 | - |
CMYK | 0.13 | 0.01 | 0 | 0.01 |
HSL | 185.45º | 0.85% | 0.92% | - |
HSV(B) | 185.45º | 0.13% | 0.99% | - |
XYZ | 80.66 | 89.84 | 105.19 | - |
YUV | 240.37 | 134.56 | 112.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 252 | 0.13 | 0.01 | 0 | 0.01 | 185.45 | 0.85 | 0.92 |
Hex | DB | F9 | FC | D | 1 | 0 | 1 | B9 | 55 | 5C |
Octal | 333 | 371 | 374 | 15 | 1 | 0 | 1 | 271 | 125 | 134 |
Binary | 11011011 | 11111001 | 11111100 | 1101 | 1 | 0 | 1 | 10111001 | 1010101 | 1011100 |
Color Harmonies of #DBF9FC
Complementary color
Monochromatic Colors of #DBF9FC
Black with #DBF9FC
Text Example
Text Example
White with #DBF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9FC; }
p { color: rgb(219,249,252); }
H1.HeaderClassName
{
color: #DBF9FC;
}
.AnyTagClassName
{
color: #DBF9FC;
}
</style>
background-color css
<style>
a { background-color: #DBF9FC; }
a { background-color: rgb(219,249,252); }
div.DivClassName
{
background-color: #DBF9FC;
}
.BgClassName
{
background-color: #DBF9FC;
}
</style>
border-color css
<style>
span { border-color: #DBF9FC; }
span { border-color: rgb(219,249,252); }
td.TdClassName
{
border-color: #DBF9FC;
}
.TagClassName
{
border-color: #DBF9FC;
}
</style>