Shades of Light Cyan #DBFBF6
Tints of Light Cyan #DBFBF6
RGB
CMYK
RGB Variations
Color information
#DBFBF6 (or 0xDBFBF6) is known color: Light Cyan. HEX triplet: DB, FB and F6. RGB value is (219,251,246). Sum of RGB (Red+Green+Blue) = 219+251+246=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBF6 is #240409. Grayscale: #F0F0F0. Windows color (decimal): -2360330 or 16186331. OLE color: 16186331.
HSL color Cylindrical-coordinate representation of color #DBFBF6: hue angle of 170.62º 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 #DBFBF6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 246 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.02 |
| HSL | 170.63º | 0.8% | 0.92% | - |
| HSV(B) | 170.63º | 0.13% | 0.98% | - |
| XYZ | 80.35 | 90.71 | 100.46 | - |
| YUV | 240.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 246 | 0.13 | 0 | 0.02 | 0.02 | 170.63 | 0.8 | 0.92 |
| Hex | DB | FB | F6 | D | 0 | 2 | 2 | AB | 50 | 5C |
| Octal | 333 | 373 | 366 | 15 | 0 | 2 | 2 | 253 | 120 | 134 |
| Binary | 11011011 | 11111011 | 11110110 | 1101 | 0 | 10 | 10 | 10101011 | 1010000 | 1011100 |
Color Harmonies of #DBFBF6
Complementary color
Monochromatic Colors of #DBFBF6
Black with #DBFBF6
Text Example
Text Example
White with #DBFBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBF6; }
p { color: rgb(219,251,246); }
H1.HeaderClassName
{
color: #DBFBF6;
}
.AnyTagClassName
{
color: #DBFBF6;
}
</style>
background-color css
<style>
a { background-color: #DBFBF6; }
a { background-color: rgb(219,251,246); }
div.DivClassName
{
background-color: #DBFBF6;
}
.BgClassName
{
background-color: #DBFBF6;
}
</style>
border-color css
<style>
span { border-color: #DBFBF6; }
span { border-color: rgb(219,251,246); }
td.TdClassName
{
border-color: #DBFBF6;
}
.TagClassName
{
border-color: #DBFBF6;
}
</style>