Shades of Aero Blue #C2F4DC
Tints of Aero Blue #C2F4DC
RGB
CMYK
RGB Variations
Color information
#C2F4DC (or 0xC2F4DC) is known color: Aero Blue. HEX triplet: C2, F4 and DC. RGB value is (194,244,220). Sum of RGB (Red+Green+Blue) = 194+244+220=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4DC is #3D0B23. Grayscale: #E2E2E2. Windows color (decimal): -4000548 or 14480578. OLE color: 14480578.
HSL color Cylindrical-coordinate representation of color #C2F4DC: hue angle of 151.2º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F4DC is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 220 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.04 |
| HSL | 151.2º | 0.69% | 0.86% | - |
| HSV(B) | 151.2º | 0.2% | 0.96% | - |
| XYZ | 67.52 | 81.34 | 79.85 | - |
| YUV | 226.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 220 | 0.20 | 0 | 0.10 | 0.04 | 151.2 | 0.69 | 0.86 |
| Hex | C2 | F4 | DC | 14 | 0 | A | 4 | 97 | 45 | 56 |
| Octal | 302 | 364 | 334 | 24 | 0 | 12 | 4 | 227 | 105 | 126 |
| Binary | 11000010 | 11110100 | 11011100 | 10100 | 0 | 1010 | 100 | 10010111 | 1000101 | 1010110 |
Color Harmonies of #C2F4DC
Complementary color
Monochromatic Colors of #C2F4DC
Black with #C2F4DC
Text Example
Text Example
White with #C2F4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4DC; }
p { color: rgb(194,244,220); }
H1.HeaderClassName
{
color: #C2F4DC;
}
.AnyTagClassName
{
color: #C2F4DC;
}
</style>
background-color css
<style>
a { background-color: #C2F4DC; }
a { background-color: rgb(194,244,220); }
div.DivClassName
{
background-color: #C2F4DC;
}
.BgClassName
{
background-color: #C2F4DC;
}
</style>
border-color css
<style>
span { border-color: #C2F4DC; }
span { border-color: rgb(194,244,220); }
td.TdClassName
{
border-color: #C2F4DC;
}
.TagClassName
{
border-color: #C2F4DC;
}
</style>