Shades of Light Cyan #DBF2F6
Tints of Light Cyan #DBF2F6
RGB
CMYK
RGB Variations
Color information
#DBF2F6 (or 0xDBF2F6) is known color: Light Cyan. HEX triplet: DB, F2 and F6. RGB value is (219,242,246). Sum of RGB (Red+Green+Blue) = 219+242+246=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2F6 is #240D09. Grayscale: #EBEBEB. Windows color (decimal): -2362634 or 16184027. OLE color: 16184027.
HSL color Cylindrical-coordinate representation of color #DBF2F6: hue angle of 188.89º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF2F6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 242 | 246 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.04 |
| HSL | 188.89º | 0.6% | 0.91% | - |
| HSV(B) | 188.89º | 0.11% | 0.96% | - |
| XYZ | 77.6 | 85.22 | 99.55 | - |
| YUV | 235.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 246 | 0.11 | 0.02 | 0 | 0.04 | 188.89 | 0.6 | 0.91 |
| Hex | DB | F2 | F6 | B | 2 | 0 | 4 | BD | 3C | 5B |
| Octal | 333 | 362 | 366 | 13 | 2 | 0 | 4 | 275 | 74 | 133 |
| Binary | 11011011 | 11110010 | 11110110 | 1011 | 10 | 0 | 100 | 10111101 | 111100 | 1011011 |
Color Harmonies of #DBF2F6
Complementary color
Monochromatic Colors of #DBF2F6
Black with #DBF2F6
Text Example
Text Example
White with #DBF2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2F6; }
p { color: rgb(219,242,246); }
H1.HeaderClassName
{
color: #DBF2F6;
}
.AnyTagClassName
{
color: #DBF2F6;
}
</style>
background-color css
<style>
a { background-color: #DBF2F6; }
a { background-color: rgb(219,242,246); }
div.DivClassName
{
background-color: #DBF2F6;
}
.BgClassName
{
background-color: #DBF2F6;
}
</style>
border-color css
<style>
span { border-color: #DBF2F6; }
span { border-color: rgb(219,242,246); }
td.TdClassName
{
border-color: #DBF2F6;
}
.TagClassName
{
border-color: #DBF2F6;
}
</style>