Shades of Aero Blue #C4F0D9
Tints of Aero Blue #C4F0D9
RGB
CMYK
RGB Variations
Color information
#C4F0D9 (or 0xC4F0D9) is known color: Aero Blue. HEX triplet: C4, F0 and D9. RGB value is (196,240,217). Sum of RGB (Red+Green+Blue) = 196+240+217=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0D9 is #3B0F26. Grayscale: #E0E0E0. Windows color (decimal): -3870503 or 14282948. OLE color: 14282948.
HSL color Cylindrical-coordinate representation of color #C4F0D9: hue angle of 148.64º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0D9 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 217 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.06 |
| HSL | 148.64º | 0.59% | 0.85% | - |
| HSV(B) | 148.64º | 0.18% | 0.94% | - |
| XYZ | 66.45 | 79.07 | 77.4 | - |
| YUV | 224.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 217 | 0.18 | 0 | 0.10 | 0.06 | 148.64 | 0.59 | 0.85 |
| Hex | C4 | F0 | D9 | 12 | 0 | A | 6 | 95 | 3B | 55 |
| Octal | 304 | 360 | 331 | 22 | 0 | 12 | 6 | 225 | 73 | 125 |
| Binary | 11000100 | 11110000 | 11011001 | 10010 | 0 | 1010 | 110 | 10010101 | 111011 | 1010101 |
Color Harmonies of #C4F0D9
Complementary color
Monochromatic Colors of #C4F0D9
Black with #C4F0D9
Text Example
Text Example
White with #C4F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0D9; }
p { color: rgb(196,240,217); }
H1.HeaderClassName
{
color: #C4F0D9;
}
.AnyTagClassName
{
color: #C4F0D9;
}
</style>
background-color css
<style>
a { background-color: #C4F0D9; }
a { background-color: rgb(196,240,217); }
div.DivClassName
{
background-color: #C4F0D9;
}
.BgClassName
{
background-color: #C4F0D9;
}
</style>
border-color css
<style>
span { border-color: #C4F0D9; }
span { border-color: rgb(196,240,217); }
td.TdClassName
{
border-color: #C4F0D9;
}
.TagClassName
{
border-color: #C4F0D9;
}
</style>