Shades of Light Cyan #DBFAFE
Tints of Light Cyan #DBFAFE
RGB
CMYK
RGB Variations
Color information
#DBFAFE (or 0xDBFAFE) is known color: Light Cyan. HEX triplet: DB, FA and FE. RGB value is (219,250,254). Sum of RGB (Red+Green+Blue) = 219+250+254=723 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.29% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAFE is #240501. Grayscale: #F1F1F1. Windows color (decimal): -2360578 or 16710363. OLE color: 16710363.
HSL color Cylindrical-coordinate representation of color #DBFAFE: hue angle of 186.86º 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 #DBFAFE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 250 | 254 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.00 |
| HSL | 186.86º | 0.95% | 0.93% | - |
| HSV(B) | 186.86º | 0.14% | 1% | - |
| XYZ | 81.29 | 90.59 | 106.97 | - |
| YUV | 241.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 254 | 0.14 | 0.02 | 0 | 0.00 | 186.86 | 0.95 | 0.93 |
| Hex | DB | FA | FE | E | 2 | 0 | 0 | BB | 5F | 5D |
| Octal | 333 | 372 | 376 | 16 | 2 | 0 | 0 | 273 | 137 | 135 |
| Binary | 11011011 | 11111010 | 11111110 | 1110 | 10 | 0 | 0 | 10111011 | 1011111 | 1011101 |
Color Harmonies of #DBFAFE
Complementary color
Monochromatic Colors of #DBFAFE
Black with #DBFAFE
Text Example
Text Example
White with #DBFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAFE; }
p { color: rgb(219,250,254); }
H1.HeaderClassName
{
color: #DBFAFE;
}
.AnyTagClassName
{
color: #DBFAFE;
}
</style>
background-color css
<style>
a { background-color: #DBFAFE; }
a { background-color: rgb(219,250,254); }
div.DivClassName
{
background-color: #DBFAFE;
}
.BgClassName
{
background-color: #DBFAFE;
}
</style>
border-color css
<style>
span { border-color: #DBFAFE; }
span { border-color: rgb(219,250,254); }
td.TdClassName
{
border-color: #DBFAFE;
}
.TagClassName
{
border-color: #DBFAFE;
}
</style>