Shades of Aero Blue #C4FADA
Tints of Aero Blue #C4FADA
RGB
CMYK
RGB Variations
Color information
#C4FADA (or 0xC4FADA) is known color: Aero Blue. HEX triplet: C4, FA and DA. RGB value is (196,250,218). Sum of RGB (Red+Green+Blue) = 196+250+218=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FADA is #3B0525. Grayscale: #E6E6E6. Windows color (decimal): -3867942 or 14351044. OLE color: 14351044.
HSL color Cylindrical-coordinate representation of color #C4FADA: hue angle of 144.44º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FADA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 218 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.02 |
| HSL | 144.44º | 0.84% | 0.87% | - |
| HSV(B) | 144.44º | 0.22% | 0.98% | - |
| XYZ | 69.61 | 85.17 | 79.1 | - |
| YUV | 230.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 218 | 0.22 | 0 | 0.13 | 0.02 | 144.44 | 0.84 | 0.87 |
| Hex | C4 | FA | DA | 16 | 0 | D | 2 | 90 | 54 | 57 |
| Octal | 304 | 372 | 332 | 26 | 0 | 15 | 2 | 220 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11011010 | 10110 | 0 | 1101 | 10 | 10010000 | 1010100 | 1010111 |
Color Harmonies of #C4FADA
Complementary color
Monochromatic Colors of #C4FADA
Black with #C4FADA
Text Example
Text Example
White with #C4FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FADA; }
p { color: rgb(196,250,218); }
H1.HeaderClassName
{
color: #C4FADA;
}
.AnyTagClassName
{
color: #C4FADA;
}
</style>
background-color css
<style>
a { background-color: #C4FADA; }
a { background-color: rgb(196,250,218); }
div.DivClassName
{
background-color: #C4FADA;
}
.BgClassName
{
background-color: #C4FADA;
}
</style>
border-color css
<style>
span { border-color: #C4FADA; }
span { border-color: rgb(196,250,218); }
td.TdClassName
{
border-color: #C4FADA;
}
.TagClassName
{
border-color: #C4FADA;
}
</style>