Shades of Light Cyan #DBFDFA
Tints of Light Cyan #DBFDFA
RGB
CMYK
RGB Variations
Color information
#DBFDFA (or 0xDBFDFA) is known color: Light Cyan. HEX triplet: DB, FD and FA. RGB value is (219,253,250). Sum of RGB (Red+Green+Blue) = 219+253+250=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFA is #240205. Grayscale: #F2F2F2. Windows color (decimal): -2359814 or 16448987. OLE color: 16448987.
HSL color Cylindrical-coordinate representation of color #DBFDFA: hue angle of 174.71º 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 #DBFDFA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 250 | - |
CMYK | 0.13 | 0 | 0.01 | 0.01 |
HSL | 174.71º | 0.89% | 0.93% | - |
HSV(B) | 174.71º | 0.13% | 0.99% | - |
XYZ | 81.59 | 92.21 | 103.94 | - |
YUV | 242.49 | 132.24 | 111.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 250 | 0.13 | 0 | 0.01 | 0.01 | 174.71 | 0.89 | 0.93 |
Hex | DB | FD | FA | D | 0 | 1 | 1 | AF | 59 | 5D |
Octal | 333 | 375 | 372 | 15 | 0 | 1 | 1 | 257 | 131 | 135 |
Binary | 11011011 | 11111101 | 11111010 | 1101 | 0 | 1 | 1 | 10101111 | 1011001 | 1011101 |
Color Harmonies of #DBFDFA
Complementary color
Monochromatic Colors of #DBFDFA
Black with #DBFDFA
Text Example
Text Example
White with #DBFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDFA; }
p { color: rgb(219,253,250); }
H1.HeaderClassName
{
color: #DBFDFA;
}
.AnyTagClassName
{
color: #DBFDFA;
}
</style>
background-color css
<style>
a { background-color: #DBFDFA; }
a { background-color: rgb(219,253,250); }
div.DivClassName
{
background-color: #DBFDFA;
}
.BgClassName
{
background-color: #DBFDFA;
}
</style>
border-color css
<style>
span { border-color: #DBFDFA; }
span { border-color: rgb(219,253,250); }
td.TdClassName
{
border-color: #DBFDFA;
}
.TagClassName
{
border-color: #DBFDFA;
}
</style>