Shades of Aero Blue #C2FDDD
Tints of Aero Blue #C2FDDD
RGB
CMYK
RGB Variations
Color information
#C2FDDD (or 0xC2FDDD) is known color: Aero Blue. HEX triplet: C2, FD and DD. RGB value is (194,253,221). Sum of RGB (Red+Green+Blue) = 194+253+221=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDDD is #3D0222. Grayscale: #E7E7E7. Windows color (decimal): -3998243 or 14548418. OLE color: 14548418.
HSL color Cylindrical-coordinate representation of color #C2FDDD: hue angle of 147.46º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDDD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 221 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.01 |
| HSL | 147.46º | 0.94% | 0.88% | - |
| HSV(B) | 147.46º | 0.23% | 0.99% | - |
| XYZ | 70.42 | 86.94 | 81.48 | - |
| YUV | 231.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 221 | 0.23 | 0 | 0.13 | 0.01 | 147.46 | 0.94 | 0.88 |
| Hex | C2 | FD | DD | 17 | 0 | D | 1 | 93 | 5E | 58 |
| Octal | 302 | 375 | 335 | 27 | 0 | 15 | 1 | 223 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11011101 | 10111 | 0 | 1101 | 1 | 10010011 | 1011110 | 1011000 |
Color Harmonies of #C2FDDD
Complementary color
Monochromatic Colors of #C2FDDD
Black with #C2FDDD
Text Example
Text Example
White with #C2FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDDD; }
p { color: rgb(194,253,221); }
H1.HeaderClassName
{
color: #C2FDDD;
}
.AnyTagClassName
{
color: #C2FDDD;
}
</style>
background-color css
<style>
a { background-color: #C2FDDD; }
a { background-color: rgb(194,253,221); }
div.DivClassName
{
background-color: #C2FDDD;
}
.BgClassName
{
background-color: #C2FDDD;
}
</style>
border-color css
<style>
span { border-color: #C2FDDD; }
span { border-color: rgb(194,253,221); }
td.TdClassName
{
border-color: #C2FDDD;
}
.TagClassName
{
border-color: #C2FDDD;
}
</style>