Shades of Aero Blue #C2F9DC
Tints of Aero Blue #C2F9DC
RGB
CMYK
RGB Variations
Color information
#C2F9DC (or 0xC2F9DC) is known color: Aero Blue. HEX triplet: C2, F9 and DC. RGB value is (194,249,220). Sum of RGB (Red+Green+Blue) = 194+249+220=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9DC is #3D0623. Grayscale: #E5E5E5. Windows color (decimal): -3999268 or 14481858. OLE color: 14481858.
HSL color Cylindrical-coordinate representation of color #C2F9DC: hue angle of 148.36º 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 #C2F9DC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 220 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 148.36º | 0.82% | 0.87% | - |
| HSV(B) | 148.36º | 0.22% | 0.98% | - |
| XYZ | 69.04 | 84.39 | 80.36 | - |
| YUV | 229.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 220 | 0.22 | 0 | 0.12 | 0.02 | 148.36 | 0.82 | 0.87 |
| Hex | C2 | F9 | DC | 16 | 0 | C | 2 | 94 | 52 | 57 |
| Octal | 302 | 371 | 334 | 26 | 0 | 14 | 2 | 224 | 122 | 127 |
| Binary | 11000010 | 11111001 | 11011100 | 10110 | 0 | 1100 | 10 | 10010100 | 1010010 | 1010111 |
Color Harmonies of #C2F9DC
Complementary color
Monochromatic Colors of #C2F9DC
Black with #C2F9DC
Text Example
Text Example
White with #C2F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9DC; }
p { color: rgb(194,249,220); }
H1.HeaderClassName
{
color: #C2F9DC;
}
.AnyTagClassName
{
color: #C2F9DC;
}
</style>
background-color css
<style>
a { background-color: #C2F9DC; }
a { background-color: rgb(194,249,220); }
div.DivClassName
{
background-color: #C2F9DC;
}
.BgClassName
{
background-color: #C2F9DC;
}
</style>
border-color css
<style>
span { border-color: #C2F9DC; }
span { border-color: rgb(194,249,220); }
td.TdClassName
{
border-color: #C2F9DC;
}
.TagClassName
{
border-color: #C2F9DC;
}
</style>