Shades of Aero Blue #C3FCD9
Tints of Aero Blue #C3FCD9
RGB
CMYK
RGB Variations
Color information
#C3FCD9 (or 0xC3FCD9) is known color: Aero Blue. HEX triplet: C3, FC and D9. RGB value is (195,252,217). Sum of RGB (Red+Green+Blue) = 195+252+217=664 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.37% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCD9 is #3C0326. Grayscale: #E7E7E7. Windows color (decimal): -3932967 or 14286019. OLE color: 14286019.
HSL color Cylindrical-coordinate representation of color #C3FCD9: hue angle of 143.16º degrees, saturation: 0.9, 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 #C3FCD9 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 217 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.01 |
| HSL | 143.16º | 0.9% | 0.88% | - |
| HSV(B) | 143.16º | 0.23% | 0.99% | - |
| XYZ | 69.84 | 86.23 | 78.61 | - |
| YUV | 230.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 217 | 0.23 | 0 | 0.14 | 0.01 | 143.16 | 0.9 | 0.88 |
| Hex | C3 | FC | D9 | 17 | 0 | E | 1 | 8F | 5A | 58 |
| Octal | 303 | 374 | 331 | 27 | 0 | 16 | 1 | 217 | 132 | 130 |
| Binary | 11000011 | 11111100 | 11011001 | 10111 | 0 | 1110 | 1 | 10001111 | 1011010 | 1011000 |
Color Harmonies of #C3FCD9
Complementary color
Monochromatic Colors of #C3FCD9
Black with #C3FCD9
Text Example
Text Example
White with #C3FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCD9; }
p { color: rgb(195,252,217); }
H1.HeaderClassName
{
color: #C3FCD9;
}
.AnyTagClassName
{
color: #C3FCD9;
}
</style>
background-color css
<style>
a { background-color: #C3FCD9; }
a { background-color: rgb(195,252,217); }
div.DivClassName
{
background-color: #C3FCD9;
}
.BgClassName
{
background-color: #C3FCD9;
}
</style>
border-color css
<style>
span { border-color: #C3FCD9; }
span { border-color: rgb(195,252,217); }
td.TdClassName
{
border-color: #C3FCD9;
}
.TagClassName
{
border-color: #C3FCD9;
}
</style>