Shades of Light Cyan #DBFFFA
Tints of Light Cyan #DBFFFA
RGB
CMYK
RGB Variations
Color information
#DBFFFA (or 0xDBFFFA) is known color: Light Cyan. HEX triplet: DB, FF and FA. RGB value is (219,255,250). Sum of RGB (Red+Green+Blue) = 219+255+250=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFFA is #240005. Grayscale: #F3F3F3. Windows color (decimal): -2359302 or 16449499. OLE color: 16449499.
HSL color Cylindrical-coordinate representation of color #DBFFFA: hue angle of 171.67º 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 #DBFFFA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 250 | - |
CMYK | 0.14 | 0 | 0.02 | 0 |
HSL | 171.67º | 1% | 0.93% | - |
HSV(B) | 171.67º | 0.14% | 1% | - |
XYZ | 82.23 | 93.48 | 104.15 | - |
YUV | 243.67 | 131.57 | 110.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 250 | 0.14 | 0 | 0.02 | 0 | 171.67 | 1 | 0.93 |
Hex | DB | FF | FA | E | 0 | 2 | 0 | AC | 64 | 5D |
Octal | 333 | 377 | 372 | 16 | 0 | 2 | 0 | 254 | 144 | 135 |
Binary | 11011011 | 11111111 | 11111010 | 1110 | 0 | 10 | 0 | 10101100 | 1100100 | 1011101 |
Color Harmonies of #DBFFFA
Complementary color
Monochromatic Colors of #DBFFFA
Black with #DBFFFA
Text Example
Text Example
White with #DBFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFFA; }
p { color: rgb(219,255,250); }
H1.HeaderClassName
{
color: #DBFFFA;
}
.AnyTagClassName
{
color: #DBFFFA;
}
</style>
background-color css
<style>
a { background-color: #DBFFFA; }
a { background-color: rgb(219,255,250); }
div.DivClassName
{
background-color: #DBFFFA;
}
.BgClassName
{
background-color: #DBFFFA;
}
</style>
border-color css
<style>
span { border-color: #DBFFFA; }
span { border-color: rgb(219,255,250); }
td.TdClassName
{
border-color: #DBFFFA;
}
.TagClassName
{
border-color: #DBFFFA;
}
</style>