Shades of Light Cyan #DBFCFB
Tints of Light Cyan #DBFCFB
RGB
CMYK
RGB Variations
Color information
#DBFCFB (or 0xDBFCFB) is known color: Light Cyan. HEX triplet: DB, FC and FB. RGB value is (219,252,251). Sum of RGB (Red+Green+Blue) = 219+252+251=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCFB is #240304. Grayscale: #F1F1F1. Windows color (decimal): -2360069 or 16514267. OLE color: 16514267.
HSL color Cylindrical-coordinate representation of color #DBFCFB: hue angle of 178.18º 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 #DBFCFB is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 251 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.01 |
| HSL | 178.18º | 0.85% | 0.92% | - |
| HSV(B) | 178.18º | 0.13% | 0.99% | - |
| XYZ | 81.44 | 91.65 | 104.66 | - |
| YUV | 242.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 251 | 0.13 | 0 | 0.00 | 0.01 | 178.18 | 0.85 | 0.92 |
| Hex | DB | FC | FB | D | 0 | 0 | 1 | B2 | 55 | 5C |
| Octal | 333 | 374 | 373 | 15 | 0 | 0 | 1 | 262 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11111011 | 1101 | 0 | 0 | 1 | 10110010 | 1010101 | 1011100 |
Color Harmonies of #DBFCFB
Complementary color
Monochromatic Colors of #DBFCFB
Black with #DBFCFB
Text Example
Text Example
White with #DBFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCFB; }
p { color: rgb(219,252,251); }
H1.HeaderClassName
{
color: #DBFCFB;
}
.AnyTagClassName
{
color: #DBFCFB;
}
</style>
background-color css
<style>
a { background-color: #DBFCFB; }
a { background-color: rgb(219,252,251); }
div.DivClassName
{
background-color: #DBFCFB;
}
.BgClassName
{
background-color: #DBFCFB;
}
</style>
border-color css
<style>
span { border-color: #DBFCFB; }
span { border-color: rgb(219,252,251); }
td.TdClassName
{
border-color: #DBFCFB;
}
.TagClassName
{
border-color: #DBFCFB;
}
</style>