Shades of Light Cyan #DBFDFC
Tints of Light Cyan #DBFDFC
RGB
CMYK
RGB Variations
Color information
#DBFDFC (or 0xDBFDFC) is known color: Light Cyan. HEX triplet: DB, FD and FC. RGB value is (219,253,252). Sum of RGB (Red+Green+Blue) = 219+253+252=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFC is #240203. Grayscale: #F2F2F2. Windows color (decimal): -2359812 or 16580059. OLE color: 16580059.
HSL color Cylindrical-coordinate representation of color #DBFDFC: hue angle of 178.24º 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 #DBFDFC is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 252 | - |
CMYK | 0.13 | 0 | 0.00 | 0.01 |
HSL | 178.24º | 0.89% | 0.93% | - |
HSV(B) | 178.24º | 0.13% | 0.99% | - |
XYZ | 81.91 | 92.34 | 105.6 | - |
YUV | 242.72 | 133.24 | 111.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 252 | 0.13 | 0 | 0.00 | 0.01 | 178.24 | 0.89 | 0.93 |
Hex | DB | FD | FC | D | 0 | 0 | 1 | B2 | 59 | 5D |
Octal | 333 | 375 | 374 | 15 | 0 | 0 | 1 | 262 | 131 | 135 |
Binary | 11011011 | 11111101 | 11111100 | 1101 | 0 | 0 | 1 | 10110010 | 1011001 | 1011101 |
Color Harmonies of #DBFDFC
Complementary color
Monochromatic Colors of #DBFDFC
Black with #DBFDFC
Text Example
Text Example
White with #DBFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDFC; }
p { color: rgb(219,253,252); }
H1.HeaderClassName
{
color: #DBFDFC;
}
.AnyTagClassName
{
color: #DBFDFC;
}
</style>
background-color css
<style>
a { background-color: #DBFDFC; }
a { background-color: rgb(219,253,252); }
div.DivClassName
{
background-color: #DBFDFC;
}
.BgClassName
{
background-color: #DBFDFC;
}
</style>
border-color css
<style>
span { border-color: #DBFDFC; }
span { border-color: rgb(219,253,252); }
td.TdClassName
{
border-color: #DBFDFC;
}
.TagClassName
{
border-color: #DBFDFC;
}
</style>