Shades of Aero Blue #C2FADB
Tints of Aero Blue #C2FADB
RGB
CMYK
RGB Variations
Color information
#C2FADB (or 0xC2FADB) is known color: Aero Blue. HEX triplet: C2, FA and DB. RGB value is (194,250,219). Sum of RGB (Red+Green+Blue) = 194+250+219=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADB is #3D0524. Grayscale: #E5E5E5. Windows color (decimal): -3999013 or 14416578. OLE color: 14416578.
HSL color Cylindrical-coordinate representation of color #C2FADB: hue angle of 146.79º 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 #C2FADB is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 219 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 146.79º | 0.85% | 0.87% | - |
| HSV(B) | 146.79º | 0.22% | 0.98% | - |
| XYZ | 69.22 | 84.96 | 79.77 | - |
| YUV | 229.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 219 | 0.22 | 0 | 0.12 | 0.02 | 146.79 | 0.85 | 0.87 |
| Hex | C2 | FA | DB | 16 | 0 | C | 2 | 93 | 55 | 57 |
| Octal | 302 | 372 | 333 | 26 | 0 | 14 | 2 | 223 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11011011 | 10110 | 0 | 1100 | 10 | 10010011 | 1010101 | 1010111 |
Color Harmonies of #C2FADB
Complementary color
Monochromatic Colors of #C2FADB
Black with #C2FADB
Text Example
Text Example
White with #C2FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FADB; }
p { color: rgb(194,250,219); }
H1.HeaderClassName
{
color: #C2FADB;
}
.AnyTagClassName
{
color: #C2FADB;
}
</style>
background-color css
<style>
a { background-color: #C2FADB; }
a { background-color: rgb(194,250,219); }
div.DivClassName
{
background-color: #C2FADB;
}
.BgClassName
{
background-color: #C2FADB;
}
</style>
border-color css
<style>
span { border-color: #C2FADB; }
span { border-color: rgb(194,250,219); }
td.TdClassName
{
border-color: #C2FADB;
}
.TagClassName
{
border-color: #C2FADB;
}
</style>