Shades of Light Cyan #DBFCF9
Tints of Light Cyan #DBFCF9
RGB
CMYK
RGB Variations
Color information
#DBFCF9 (or 0xDBFCF9) is known color: Light Cyan. HEX triplet: DB, FC and F9. RGB value is (219,252,249). Sum of RGB (Red+Green+Blue) = 219+252+249=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF9 is #240306. Grayscale: #F1F1F1. Windows color (decimal): -2360071 or 16383195. OLE color: 16383195.
HSL color Cylindrical-coordinate representation of color #DBFCF9: hue angle of 174.55º 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 #DBFCF9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 249 | - |
CMYK | 0.13 | 0 | 0.01 | 0.01 |
HSL | 174.55º | 0.85% | 0.92% | - |
HSV(B) | 174.55º | 0.13% | 0.99% | - |
XYZ | 81.12 | 91.52 | 103.01 | - |
YUV | 241.79 | 132.07 | 111.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 249 | 0.13 | 0 | 0.01 | 0.01 | 174.55 | 0.85 | 0.92 |
Hex | DB | FC | F9 | D | 0 | 1 | 1 | AF | 55 | 5C |
Octal | 333 | 374 | 371 | 15 | 0 | 1 | 1 | 257 | 125 | 134 |
Binary | 11011011 | 11111100 | 11111001 | 1101 | 0 | 1 | 1 | 10101111 | 1010101 | 1011100 |
Color Harmonies of #DBFCF9
Complementary color
Monochromatic Colors of #DBFCF9
Black with #DBFCF9
Text Example
Text Example
White with #DBFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCF9; }
p { color: rgb(219,252,249); }
H1.HeaderClassName
{
color: #DBFCF9;
}
.AnyTagClassName
{
color: #DBFCF9;
}
</style>
background-color css
<style>
a { background-color: #DBFCF9; }
a { background-color: rgb(219,252,249); }
div.DivClassName
{
background-color: #DBFCF9;
}
.BgClassName
{
background-color: #DBFCF9;
}
</style>
border-color css
<style>
span { border-color: #DBFCF9; }
span { border-color: rgb(219,252,249); }
td.TdClassName
{
border-color: #DBFCF9;
}
.TagClassName
{
border-color: #DBFCF9;
}
</style>