Shades of Light Cyan #DBF9FD
Tints of Light Cyan #DBF9FD
RGB
CMYK
RGB Variations
Color information
#DBF9FD (or 0xDBF9FD) is known color: Light Cyan. HEX triplet: DB, F9 and FD. RGB value is (219,249,253). Sum of RGB (Red+Green+Blue) = 219+249+253=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9FD is #240602. Grayscale: #F0F0F0. Windows color (decimal): -2360835 or 16644571. OLE color: 16644571.
HSL color Cylindrical-coordinate representation of color #DBF9FD: hue angle of 187.06º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF9FD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 249 | 253 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.01 |
| HSL | 187.06º | 0.89% | 0.93% | - |
| HSV(B) | 187.06º | 0.13% | 0.99% | - |
| XYZ | 80.82 | 89.9 | 106.02 | - |
| YUV | 240.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 253 | 0.13 | 0.02 | 0 | 0.01 | 187.06 | 0.89 | 0.93 |
| Hex | DB | F9 | FD | D | 2 | 0 | 1 | BB | 59 | 5D |
| Octal | 333 | 371 | 375 | 15 | 2 | 0 | 1 | 273 | 131 | 135 |
| Binary | 11011011 | 11111001 | 11111101 | 1101 | 10 | 0 | 1 | 10111011 | 1011001 | 1011101 |
Color Harmonies of #DBF9FD
Complementary color
Monochromatic Colors of #DBF9FD
Black with #DBF9FD
Text Example
Text Example
White with #DBF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9FD; }
p { color: rgb(219,249,253); }
H1.HeaderClassName
{
color: #DBF9FD;
}
.AnyTagClassName
{
color: #DBF9FD;
}
</style>
background-color css
<style>
a { background-color: #DBF9FD; }
a { background-color: rgb(219,249,253); }
div.DivClassName
{
background-color: #DBF9FD;
}
.BgClassName
{
background-color: #DBF9FD;
}
</style>
border-color css
<style>
span { border-color: #DBF9FD; }
span { border-color: rgb(219,249,253); }
td.TdClassName
{
border-color: #DBF9FD;
}
.TagClassName
{
border-color: #DBF9FD;
}
</style>