Shades of Light Cyan #DBFBFA
Tints of Light Cyan #DBFBFA
RGB
CMYK
RGB Variations
Color information
#DBFBFA (or 0xDBFBFA) is known color: Light Cyan. HEX triplet: DB, FB and FA. RGB value is (219,251,250). Sum of RGB (Red+Green+Blue) = 219+251+250=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFA is #240405. Grayscale: #F1F1F1. Windows color (decimal): -2360326 or 16448475. OLE color: 16448475.
HSL color Cylindrical-coordinate representation of color #DBFBFA: hue angle of 178.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBFA is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 250 | - |
CMYK | 0.13 | 0 | 0.00 | 0.02 |
HSL | 178.13º | 0.8% | 0.92% | - |
HSV(B) | 178.13º | 0.13% | 0.98% | - |
XYZ | 80.97 | 90.96 | 103.73 | - |
YUV | 241.32 | 132.9 | 112.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 250 | 0.13 | 0 | 0.00 | 0.02 | 178.13 | 0.8 | 0.92 |
Hex | DB | FB | FA | D | 0 | 0 | 2 | B2 | 50 | 5C |
Octal | 333 | 373 | 372 | 15 | 0 | 0 | 2 | 262 | 120 | 134 |
Binary | 11011011 | 11111011 | 11111010 | 1101 | 0 | 0 | 10 | 10110010 | 1010000 | 1011100 |
Color Harmonies of #DBFBFA
Complementary color
Monochromatic Colors of #DBFBFA
Black with #DBFBFA
Text Example
Text Example
White with #DBFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBFA; }
p { color: rgb(219,251,250); }
H1.HeaderClassName
{
color: #DBFBFA;
}
.AnyTagClassName
{
color: #DBFBFA;
}
</style>
background-color css
<style>
a { background-color: #DBFBFA; }
a { background-color: rgb(219,251,250); }
div.DivClassName
{
background-color: #DBFBFA;
}
.BgClassName
{
background-color: #DBFBFA;
}
</style>
border-color css
<style>
span { border-color: #DBFBFA; }
span { border-color: rgb(219,251,250); }
td.TdClassName
{
border-color: #DBFBFA;
}
.TagClassName
{
border-color: #DBFBFA;
}
</style>