Shades of Aero Blue #C4F4DB
Tints of Aero Blue #C4F4DB
RGB
CMYK
RGB Variations
Color information
#C4F4DB (or 0xC4F4DB) is known color: Aero Blue. HEX triplet: C4, F4 and DB. RGB value is (196,244,219). Sum of RGB (Red+Green+Blue) = 196+244+219=659 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.74% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F4DB is #3B0B24. Grayscale: #E2E2E2. Windows color (decimal): -3869477 or 14415044. OLE color: 14415044.
HSL color Cylindrical-coordinate representation of color #C4F4DB: hue angle of 148.75º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4F4DB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 244 | 219 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.04 |
| HSL | 148.75º | 0.69% | 0.86% | - |
| HSV(B) | 148.75º | 0.2% | 0.96% | - |
| XYZ | 67.9 | 81.55 | 79.18 | - |
| YUV | 226.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 244 | 219 | 0.20 | 0 | 0.10 | 0.04 | 148.75 | 0.69 | 0.86 |
| Hex | C4 | F4 | DB | 14 | 0 | A | 4 | 95 | 45 | 56 |
| Octal | 304 | 364 | 333 | 24 | 0 | 12 | 4 | 225 | 105 | 126 |
| Binary | 11000100 | 11110100 | 11011011 | 10100 | 0 | 1010 | 100 | 10010101 | 1000101 | 1010110 |
Color Harmonies of #C4F4DB
Complementary color
Monochromatic Colors of #C4F4DB
Black with #C4F4DB
Text Example
Text Example
White with #C4F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F4DB; }
p { color: rgb(196,244,219); }
H1.HeaderClassName
{
color: #C4F4DB;
}
.AnyTagClassName
{
color: #C4F4DB;
}
</style>
background-color css
<style>
a { background-color: #C4F4DB; }
a { background-color: rgb(196,244,219); }
div.DivClassName
{
background-color: #C4F4DB;
}
.BgClassName
{
background-color: #C4F4DB;
}
</style>
border-color css
<style>
span { border-color: #C4F4DB; }
span { border-color: rgb(196,244,219); }
td.TdClassName
{
border-color: #C4F4DB;
}
.TagClassName
{
border-color: #C4F4DB;
}
</style>