Shades of Light Cyan #DBFAFC
Tints of Light Cyan #DBFAFC
RGB
CMYK
RGB Variations
Color information
#DBFAFC (or 0xDBFAFC) is known color: Light Cyan. HEX triplet: DB, FA and FC. RGB value is (219,250,252). Sum of RGB (Red+Green+Blue) = 219+250+252=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAFC is #240503. Grayscale: #F0F0F0. Windows color (decimal): -2360580 or 16579291. OLE color: 16579291.
HSL color Cylindrical-coordinate representation of color #DBFAFC: hue angle of 183.64º 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 #DBFAFC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 250 | 252 | - |
CMYK | 0.13 | 0.01 | 0 | 0.01 |
HSL | 183.64º | 0.85% | 0.92% | - |
HSV(B) | 183.64º | 0.13% | 0.99% | - |
XYZ | 80.97 | 90.46 | 105.29 | - |
YUV | 240.96 | 134.23 | 112.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 252 | 0.13 | 0.01 | 0 | 0.01 | 183.64 | 0.85 | 0.92 |
Hex | DB | FA | FC | D | 1 | 0 | 1 | B8 | 55 | 5C |
Octal | 333 | 372 | 374 | 15 | 1 | 0 | 1 | 270 | 125 | 134 |
Binary | 11011011 | 11111010 | 11111100 | 1101 | 1 | 0 | 1 | 10111000 | 1010101 | 1011100 |
Color Harmonies of #DBFAFC
Complementary color
Monochromatic Colors of #DBFAFC
Black with #DBFAFC
Text Example
Text Example
White with #DBFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAFC; }
p { color: rgb(219,250,252); }
H1.HeaderClassName
{
color: #DBFAFC;
}
.AnyTagClassName
{
color: #DBFAFC;
}
</style>
background-color css
<style>
a { background-color: #DBFAFC; }
a { background-color: rgb(219,250,252); }
div.DivClassName
{
background-color: #DBFAFC;
}
.BgClassName
{
background-color: #DBFAFC;
}
</style>
border-color css
<style>
span { border-color: #DBFAFC; }
span { border-color: rgb(219,250,252); }
td.TdClassName
{
border-color: #DBFAFC;
}
.TagClassName
{
border-color: #DBFAFC;
}
</style>