Shades of Aero Blue #C2EFD5
Tints of Aero Blue #C2EFD5
RGB
CMYK
RGB Variations
Color information
#C2EFD5 (or 0xC2EFD5) is known color: Aero Blue. HEX triplet: C2, EF and D5. RGB value is (194,239,213). Sum of RGB (Red+Green+Blue) = 194+239+213=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFD5 is #3D102A. Grayscale: #DEDEDE. Windows color (decimal): -4001835 or 14020546. OLE color: 14020546.
HSL color Cylindrical-coordinate representation of color #C2EFD5: hue angle of 145.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 213 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.06 |
| HSL | 145.33º | 0.58% | 0.85% | - |
| HSV(B) | 145.33º | 0.19% | 0.94% | - |
| XYZ | 65.12 | 78.01 | 74.58 | - |
| YUV | 222.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 213 | 0.19 | 0 | 0.11 | 0.06 | 145.33 | 0.58 | 0.85 |
| Hex | C2 | EF | D5 | 13 | 0 | B | 6 | 91 | 3A | 55 |
| Octal | 302 | 357 | 325 | 23 | 0 | 13 | 6 | 221 | 72 | 125 |
| Binary | 11000010 | 11101111 | 11010101 | 10011 | 0 | 1011 | 110 | 10010001 | 111010 | 1010101 |
Color Harmonies of #C2EFD5
Complementary color
Monochromatic Colors of #C2EFD5
Black with #C2EFD5
Text Example
Text Example
White with #C2EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFD5; }
p { color: rgb(194,239,213); }
H1.HeaderClassName
{
color: #C2EFD5;
}
.AnyTagClassName
{
color: #C2EFD5;
}
</style>
background-color css
<style>
a { background-color: #C2EFD5; }
a { background-color: rgb(194,239,213); }
div.DivClassName
{
background-color: #C2EFD5;
}
.BgClassName
{
background-color: #C2EFD5;
}
</style>
border-color css
<style>
span { border-color: #C2EFD5; }
span { border-color: rgb(194,239,213); }
td.TdClassName
{
border-color: #C2EFD5;
}
.TagClassName
{
border-color: #C2EFD5;
}
</style>