Shades of Aero Blue #C2FADC
Tints of Aero Blue #C2FADC
RGB
CMYK
RGB Variations
Color information
#C2FADC (or 0xC2FADC) is known color: Aero Blue. HEX triplet: C2, FA and DC. RGB value is (194,250,220). Sum of RGB (Red+Green+Blue) = 194+250+220=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADC is #3D0523. Grayscale: #E5E5E5. Windows color (decimal): -3999012 or 14482114. OLE color: 14482114.
HSL color Cylindrical-coordinate representation of color #C2FADC: hue angle of 147.86º 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 #C2FADC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 220 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 147.86º | 0.85% | 0.87% | - |
| HSV(B) | 147.86º | 0.22% | 0.98% | - |
| XYZ | 69.35 | 85.01 | 80.46 | - |
| YUV | 229.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 220 | 0.22 | 0 | 0.12 | 0.02 | 147.86 | 0.85 | 0.87 |
| Hex | C2 | FA | DC | 16 | 0 | C | 2 | 94 | 55 | 57 |
| Octal | 302 | 372 | 334 | 26 | 0 | 14 | 2 | 224 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11011100 | 10110 | 0 | 1100 | 10 | 10010100 | 1010101 | 1010111 |
Color Harmonies of #C2FADC
Complementary color
Monochromatic Colors of #C2FADC
Black with #C2FADC
Text Example
Text Example
White with #C2FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FADC; }
p { color: rgb(194,250,220); }
H1.HeaderClassName
{
color: #C2FADC;
}
.AnyTagClassName
{
color: #C2FADC;
}
</style>
background-color css
<style>
a { background-color: #C2FADC; }
a { background-color: rgb(194,250,220); }
div.DivClassName
{
background-color: #C2FADC;
}
.BgClassName
{
background-color: #C2FADC;
}
</style>
border-color css
<style>
span { border-color: #C2FADC; }
span { border-color: rgb(194,250,220); }
td.TdClassName
{
border-color: #C2FADC;
}
.TagClassName
{
border-color: #C2FADC;
}
</style>