Shades of Aero Blue #C2FDD9
Tints of Aero Blue #C2FDD9
RGB
CMYK
RGB Variations
Color information
#C2FDD9 (or 0xC2FDD9) is known color: Aero Blue. HEX triplet: C2, FD and D9. RGB value is (194,253,217). Sum of RGB (Red+Green+Blue) = 194+253+217=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDD9 is #3D0226. Grayscale: #E7E7E7. Windows color (decimal): -3998247 or 14286274. OLE color: 14286274.
HSL color Cylindrical-coordinate representation of color #C2FDD9: hue angle of 143.39º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDD9 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 217 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.01 |
| HSL | 143.39º | 0.94% | 0.88% | - |
| HSV(B) | 143.39º | 0.23% | 0.99% | - |
| XYZ | 69.9 | 86.73 | 78.7 | - |
| YUV | 231.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 217 | 0.23 | 0 | 0.14 | 0.01 | 143.39 | 0.94 | 0.88 |
| Hex | C2 | FD | D9 | 17 | 0 | E | 1 | 8F | 5E | 58 |
| Octal | 302 | 375 | 331 | 27 | 0 | 16 | 1 | 217 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11011001 | 10111 | 0 | 1110 | 1 | 10001111 | 1011110 | 1011000 |
Color Harmonies of #C2FDD9
Complementary color
Monochromatic Colors of #C2FDD9
Black with #C2FDD9
Text Example
Text Example
White with #C2FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDD9; }
p { color: rgb(194,253,217); }
H1.HeaderClassName
{
color: #C2FDD9;
}
.AnyTagClassName
{
color: #C2FDD9;
}
</style>
background-color css
<style>
a { background-color: #C2FDD9; }
a { background-color: rgb(194,253,217); }
div.DivClassName
{
background-color: #C2FDD9;
}
.BgClassName
{
background-color: #C2FDD9;
}
</style>
border-color css
<style>
span { border-color: #C2FDD9; }
span { border-color: rgb(194,253,217); }
td.TdClassName
{
border-color: #C2FDD9;
}
.TagClassName
{
border-color: #C2FDD9;
}
</style>