Shades of Aero Blue #C2FADA
Tints of Aero Blue #C2FADA
RGB
CMYK
RGB Variations
Color information
#C2FADA (or 0xC2FADA) is known color: Aero Blue. HEX triplet: C2, FA and DA. RGB value is (194,250,218). Sum of RGB (Red+Green+Blue) = 194+250+218=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADA is #3D0525. Grayscale: #E5E5E5. Windows color (decimal): -3999014 or 14351042. OLE color: 14351042.
HSL color Cylindrical-coordinate representation of color #C2FADA: hue angle of 145.71º degrees, saturation: 0.85, 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 #C2FADA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 218 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.02 |
| HSL | 145.71º | 0.85% | 0.87% | - |
| HSV(B) | 145.71º | 0.22% | 0.98% | - |
| XYZ | 69.09 | 84.9 | 79.08 | - |
| YUV | 229.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 218 | 0.22 | 0 | 0.13 | 0.02 | 145.71 | 0.85 | 0.87 |
| Hex | C2 | FA | DA | 16 | 0 | D | 2 | 92 | 55 | 57 |
| Octal | 302 | 372 | 332 | 26 | 0 | 15 | 2 | 222 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11011010 | 10110 | 0 | 1101 | 10 | 10010010 | 1010101 | 1010111 |
Color Harmonies of #C2FADA
Complementary color
Monochromatic Colors of #C2FADA
Black with #C2FADA
Text Example
Text Example
White with #C2FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FADA; }
p { color: rgb(194,250,218); }
H1.HeaderClassName
{
color: #C2FADA;
}
.AnyTagClassName
{
color: #C2FADA;
}
</style>
background-color css
<style>
a { background-color: #C2FADA; }
a { background-color: rgb(194,250,218); }
div.DivClassName
{
background-color: #C2FADA;
}
.BgClassName
{
background-color: #C2FADA;
}
</style>
border-color css
<style>
span { border-color: #C2FADA; }
span { border-color: rgb(194,250,218); }
td.TdClassName
{
border-color: #C2FADA;
}
.TagClassName
{
border-color: #C2FADA;
}
</style>