Shades of Light Cyan #DBFCF7
Tints of Light Cyan #DBFCF7
RGB
CMYK
RGB Variations
Color information
#DBFCF7 (or 0xDBFCF7) is known color: Light Cyan. HEX triplet: DB, FC and F7. RGB value is (219,252,247). Sum of RGB (Red+Green+Blue) = 219+252+247=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF7 is #240308. Grayscale: #F1F1F1. Windows color (decimal): -2360073 or 16252123. OLE color: 16252123.
HSL color Cylindrical-coordinate representation of color #DBFCF7: hue angle of 170.91º 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 #DBFCF7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 247 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.01 |
| HSL | 170.91º | 0.85% | 0.92% | - |
| HSV(B) | 170.91º | 0.13% | 0.99% | - |
| XYZ | 80.81 | 91.4 | 101.38 | - |
| YUV | 241.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 247 | 0.13 | 0 | 0.02 | 0.01 | 170.91 | 0.85 | 0.92 |
| Hex | DB | FC | F7 | D | 0 | 2 | 1 | AB | 55 | 5C |
| Octal | 333 | 374 | 367 | 15 | 0 | 2 | 1 | 253 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11110111 | 1101 | 0 | 10 | 1 | 10101011 | 1010101 | 1011100 |
Color Harmonies of #DBFCF7
Complementary color
Monochromatic Colors of #DBFCF7
Black with #DBFCF7
Text Example
Text Example
White with #DBFCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCF7; }
p { color: rgb(219,252,247); }
H1.HeaderClassName
{
color: #DBFCF7;
}
.AnyTagClassName
{
color: #DBFCF7;
}
</style>
background-color css
<style>
a { background-color: #DBFCF7; }
a { background-color: rgb(219,252,247); }
div.DivClassName
{
background-color: #DBFCF7;
}
.BgClassName
{
background-color: #DBFCF7;
}
</style>
border-color css
<style>
span { border-color: #DBFCF7; }
span { border-color: rgb(219,252,247); }
td.TdClassName
{
border-color: #DBFCF7;
}
.TagClassName
{
border-color: #DBFCF7;
}
</style>