Shades of Aero Blue #C2F5DC
Tints of Aero Blue #C2F5DC
RGB
CMYK
RGB Variations
Color information
#C2F5DC (or 0xC2F5DC) is known color: Aero Blue. HEX triplet: C2, F5 and DC. RGB value is (194,245,220). Sum of RGB (Red+Green+Blue) = 194+245+220=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5DC is #3D0A23. Grayscale: #E2E2E2. Windows color (decimal): -4000292 or 14480834. OLE color: 14480834.
HSL color Cylindrical-coordinate representation of color #C2F5DC: hue angle of 150.59º degrees, saturation: 0.72, 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 #C2F5DC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 220 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.04 |
| HSL | 150.59º | 0.72% | 0.86% | - |
| HSV(B) | 150.59º | 0.21% | 0.96% | - |
| XYZ | 67.82 | 81.94 | 79.95 | - |
| YUV | 226.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 220 | 0.21 | 0 | 0.10 | 0.04 | 150.59 | 0.72 | 0.86 |
| Hex | C2 | F5 | DC | 15 | 0 | A | 4 | 97 | 48 | 56 |
| Octal | 302 | 365 | 334 | 25 | 0 | 12 | 4 | 227 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11011100 | 10101 | 0 | 1010 | 100 | 10010111 | 1001000 | 1010110 |
Color Harmonies of #C2F5DC
Complementary color
Monochromatic Colors of #C2F5DC
Black with #C2F5DC
Text Example
Text Example
White with #C2F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5DC; }
p { color: rgb(194,245,220); }
H1.HeaderClassName
{
color: #C2F5DC;
}
.AnyTagClassName
{
color: #C2F5DC;
}
</style>
background-color css
<style>
a { background-color: #C2F5DC; }
a { background-color: rgb(194,245,220); }
div.DivClassName
{
background-color: #C2F5DC;
}
.BgClassName
{
background-color: #C2F5DC;
}
</style>
border-color css
<style>
span { border-color: #C2F5DC; }
span { border-color: rgb(194,245,220); }
td.TdClassName
{
border-color: #C2F5DC;
}
.TagClassName
{
border-color: #C2F5DC;
}
</style>