Shades of Light Cyan #DBFEFA
Tints of Light Cyan #DBFEFA
RGB
CMYK
RGB Variations
Color information
#DBFEFA (or 0xDBFEFA) is known color: Light Cyan. HEX triplet: DB, FE and FA. RGB value is (219,254,250). Sum of RGB (Red+Green+Blue) = 219+254+250=723 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.29% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEFA is #240105. Grayscale: #F3F3F3. Windows color (decimal): -2359558 or 16449243. OLE color: 16449243.
HSL color Cylindrical-coordinate representation of color #DBFEFA: hue angle of 173.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEFA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 250 | - |
CMYK | 0.14 | 0 | 0.02 | 0.00 |
HSL | 173.14º | 0.95% | 0.93% | - |
HSV(B) | 173.14º | 0.14% | 1% | - |
XYZ | 81.91 | 92.85 | 104.05 | - |
YUV | 243.08 | 131.9 | 110.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 250 | 0.14 | 0 | 0.02 | 0.00 | 173.14 | 0.95 | 0.93 |
Hex | DB | FE | FA | E | 0 | 2 | 0 | AD | 5F | 5D |
Octal | 333 | 376 | 372 | 16 | 0 | 2 | 0 | 255 | 137 | 135 |
Binary | 11011011 | 11111110 | 11111010 | 1110 | 0 | 10 | 0 | 10101101 | 1011111 | 1011101 |
Color Harmonies of #DBFEFA
Complementary color
Monochromatic Colors of #DBFEFA
Black with #DBFEFA
Text Example
Text Example
White with #DBFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEFA; }
p { color: rgb(219,254,250); }
H1.HeaderClassName
{
color: #DBFEFA;
}
.AnyTagClassName
{
color: #DBFEFA;
}
</style>
background-color css
<style>
a { background-color: #DBFEFA; }
a { background-color: rgb(219,254,250); }
div.DivClassName
{
background-color: #DBFEFA;
}
.BgClassName
{
background-color: #DBFEFA;
}
</style>
border-color css
<style>
span { border-color: #DBFEFA; }
span { border-color: rgb(219,254,250); }
td.TdClassName
{
border-color: #DBFEFA;
}
.TagClassName
{
border-color: #DBFEFA;
}
</style>