Shades of Aero Blue #C2FFDE
Tints of Aero Blue #C2FFDE
RGB
CMYK
RGB Variations
Color information
#C2FFDE (or 0xC2FFDE) is known color: Aero Blue. HEX triplet: C2, FF and DE. RGB value is (194,255,222). Sum of RGB (Red+Green+Blue) = 194+255+222=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFDE is #3D0021. Grayscale: #E9E9E9. Windows color (decimal): -3997730 or 14614466. OLE color: 14614466.
HSL color Cylindrical-coordinate representation of color #C2FFDE: hue angle of 147.54º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFDE is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 222 | - |
| CMYK | 0.24 | 0 | 0.13 | 0 |
| HSL | 147.54º | 1% | 0.88% | - |
| HSV(B) | 147.54º | 0.24% | 1% | - |
| XYZ | 71.19 | 88.26 | 82.39 | - |
| YUV | 233 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 222 | 0.24 | 0 | 0.13 | 0 | 147.54 | 1 | 0.88 |
| Hex | C2 | FF | DE | 18 | 0 | D | 0 | 94 | 64 | 58 |
| Octal | 302 | 377 | 336 | 30 | 0 | 15 | 0 | 224 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11011110 | 11000 | 0 | 1101 | 0 | 10010100 | 1100100 | 1011000 |
Color Harmonies of #C2FFDE
Complementary color
Monochromatic Colors of #C2FFDE
Black with #C2FFDE
Text Example
Text Example
White with #C2FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFDE; }
p { color: rgb(194,255,222); }
H1.HeaderClassName
{
color: #C2FFDE;
}
.AnyTagClassName
{
color: #C2FFDE;
}
</style>
background-color css
<style>
a { background-color: #C2FFDE; }
a { background-color: rgb(194,255,222); }
div.DivClassName
{
background-color: #C2FFDE;
}
.BgClassName
{
background-color: #C2FFDE;
}
</style>
border-color css
<style>
span { border-color: #C2FFDE; }
span { border-color: rgb(194,255,222); }
td.TdClassName
{
border-color: #C2FFDE;
}
.TagClassName
{
border-color: #C2FFDE;
}
</style>