Shades of Aero Blue #C2FCD7
Tints of Aero Blue #C2FCD7
RGB
CMYK
RGB Variations
Color information
#C2FCD7 (or 0xC2FCD7) is known color: Aero Blue. HEX triplet: C2, FC and D7. RGB value is (194,252,215). Sum of RGB (Red+Green+Blue) = 194+252+215=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCD7 is #3D0328. Grayscale: #E6E6E6. Windows color (decimal): -3998505 or 14154946. OLE color: 14154946.
HSL color Cylindrical-coordinate representation of color #C2FCD7: hue angle of 141.72º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCD7 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 215 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.01 |
| HSL | 141.72º | 0.91% | 0.87% | - |
| HSV(B) | 141.72º | 0.23% | 0.99% | - |
| XYZ | 69.32 | 86 | 77.24 | - |
| YUV | 230.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 215 | 0.23 | 0 | 0.15 | 0.01 | 141.72 | 0.91 | 0.87 |
| Hex | C2 | FC | D7 | 17 | 0 | F | 1 | 8E | 5B | 57 |
| Octal | 302 | 374 | 327 | 27 | 0 | 17 | 1 | 216 | 133 | 127 |
| Binary | 11000010 | 11111100 | 11010111 | 10111 | 0 | 1111 | 1 | 10001110 | 1011011 | 1010111 |
Color Harmonies of #C2FCD7
Complementary color
Monochromatic Colors of #C2FCD7
Black with #C2FCD7
Text Example
Text Example
White with #C2FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCD7; }
p { color: rgb(194,252,215); }
H1.HeaderClassName
{
color: #C2FCD7;
}
.AnyTagClassName
{
color: #C2FCD7;
}
</style>
background-color css
<style>
a { background-color: #C2FCD7; }
a { background-color: rgb(194,252,215); }
div.DivClassName
{
background-color: #C2FCD7;
}
.BgClassName
{
background-color: #C2FCD7;
}
</style>
border-color css
<style>
span { border-color: #C2FCD7; }
span { border-color: rgb(194,252,215); }
td.TdClassName
{
border-color: #C2FCD7;
}
.TagClassName
{
border-color: #C2FCD7;
}
</style>