Shades of Light Cyan #DBFFFB
Tints of Light Cyan #DBFFFB
RGB
CMYK
RGB Variations
Color information
#DBFFFB (or 0xDBFFFB) is known color: Light Cyan. HEX triplet: DB, FF and FB. RGB value is (219,255,251). Sum of RGB (Red+Green+Blue) = 219+255+251=725 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.21% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFFB is #240004. Grayscale: #F3F3F3. Windows color (decimal): -2359301 or 16515035. OLE color: 16515035.
HSL color Cylindrical-coordinate representation of color #DBFFFB: hue angle of 173.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFFB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 251 | - |
| CMYK | 0.14 | 0 | 0.02 | 0 |
| HSL | 173.33º | 1% | 0.93% | - |
| HSV(B) | 173.33º | 0.14% | 1% | - |
| XYZ | 82.39 | 93.55 | 104.98 | - |
| YUV | 243.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 251 | 0.14 | 0 | 0.02 | 0 | 173.33 | 1 | 0.93 |
| Hex | DB | FF | FB | E | 0 | 2 | 0 | AD | 64 | 5D |
| Octal | 333 | 377 | 373 | 16 | 0 | 2 | 0 | 255 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11111011 | 1110 | 0 | 10 | 0 | 10101101 | 1100100 | 1011101 |
Color Harmonies of #DBFFFB
Complementary color
Monochromatic Colors of #DBFFFB
Black with #DBFFFB
Text Example
Text Example
White with #DBFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFFB; }
p { color: rgb(219,255,251); }
H1.HeaderClassName
{
color: #DBFFFB;
}
.AnyTagClassName
{
color: #DBFFFB;
}
</style>
background-color css
<style>
a { background-color: #DBFFFB; }
a { background-color: rgb(219,255,251); }
div.DivClassName
{
background-color: #DBFFFB;
}
.BgClassName
{
background-color: #DBFFFB;
}
</style>
border-color css
<style>
span { border-color: #DBFFFB; }
span { border-color: rgb(219,255,251); }
td.TdClassName
{
border-color: #DBFFFB;
}
.TagClassName
{
border-color: #DBFFFB;
}
</style>