Shades of Aero Blue #C2F9D9
Tints of Aero Blue #C2F9D9
RGB
CMYK
RGB Variations
Color information
#C2F9D9 (or 0xC2F9D9) is known color: Aero Blue. HEX triplet: C2, F9 and D9. RGB value is (194,249,217). Sum of RGB (Red+Green+Blue) = 194+249+217=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9D9 is #3D0626. Grayscale: #E4E4E4. Windows color (decimal): -3999271 or 14285250. OLE color: 14285250.
HSL color Cylindrical-coordinate representation of color #C2F9D9: hue angle of 145.09º degrees, saturation: 0.82, 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 #C2F9D9 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 217 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.02 |
| HSL | 145.09º | 0.82% | 0.87% | - |
| HSV(B) | 145.09º | 0.22% | 0.98% | - |
| XYZ | 68.65 | 84.23 | 78.29 | - |
| YUV | 228.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 217 | 0.22 | 0 | 0.13 | 0.02 | 145.09 | 0.82 | 0.87 |
| Hex | C2 | F9 | D9 | 16 | 0 | D | 2 | 91 | 52 | 57 |
| Octal | 302 | 371 | 331 | 26 | 0 | 15 | 2 | 221 | 122 | 127 |
| Binary | 11000010 | 11111001 | 11011001 | 10110 | 0 | 1101 | 10 | 10010001 | 1010010 | 1010111 |
Color Harmonies of #C2F9D9
Complementary color
Monochromatic Colors of #C2F9D9
Black with #C2F9D9
Text Example
Text Example
White with #C2F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9D9; }
p { color: rgb(194,249,217); }
H1.HeaderClassName
{
color: #C2F9D9;
}
.AnyTagClassName
{
color: #C2F9D9;
}
</style>
background-color css
<style>
a { background-color: #C2F9D9; }
a { background-color: rgb(194,249,217); }
div.DivClassName
{
background-color: #C2F9D9;
}
.BgClassName
{
background-color: #C2F9D9;
}
</style>
border-color css
<style>
span { border-color: #C2F9D9; }
span { border-color: rgb(194,249,217); }
td.TdClassName
{
border-color: #C2F9D9;
}
.TagClassName
{
border-color: #C2F9D9;
}
</style>