Shades of Aero Blue #C2F6D8
Tints of Aero Blue #C2F6D8
RGB
CMYK
RGB Variations
Color information
#C2F6D8 (or 0xC2F6D8) is known color: Aero Blue. HEX triplet: C2, F6 and D8. RGB value is (194,246,216). Sum of RGB (Red+Green+Blue) = 194+246+216=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F6D8 is #3D0927. Grayscale: #E3E3E3. Windows color (decimal): -4000040 or 14218946. OLE color: 14218946.
HSL color Cylindrical-coordinate representation of color #C2F6D8: hue angle of 145.38º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F6D8 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 216 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.04 |
| HSL | 145.38º | 0.74% | 0.86% | - |
| HSV(B) | 145.38º | 0.21% | 0.96% | - |
| XYZ | 67.6 | 82.34 | 77.3 | - |
| YUV | 227.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 216 | 0.21 | 0 | 0.12 | 0.04 | 145.38 | 0.74 | 0.86 |
| Hex | C2 | F6 | D8 | 15 | 0 | C | 4 | 91 | 4A | 56 |
| Octal | 302 | 366 | 330 | 25 | 0 | 14 | 4 | 221 | 112 | 126 |
| Binary | 11000010 | 11110110 | 11011000 | 10101 | 0 | 1100 | 100 | 10010001 | 1001010 | 1010110 |
Color Harmonies of #C2F6D8
Complementary color
Monochromatic Colors of #C2F6D8
Black with #C2F6D8
Text Example
Text Example
White with #C2F6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F6D8; }
p { color: rgb(194,246,216); }
H1.HeaderClassName
{
color: #C2F6D8;
}
.AnyTagClassName
{
color: #C2F6D8;
}
</style>
background-color css
<style>
a { background-color: #C2F6D8; }
a { background-color: rgb(194,246,216); }
div.DivClassName
{
background-color: #C2F6D8;
}
.BgClassName
{
background-color: #C2F6D8;
}
</style>
border-color css
<style>
span { border-color: #C2F6D8; }
span { border-color: rgb(194,246,216); }
td.TdClassName
{
border-color: #C2F6D8;
}
.TagClassName
{
border-color: #C2F6D8;
}
</style>