Shades of Aero Blue #C7F2D7
Tints of Aero Blue #C7F2D7
RGB
CMYK
RGB Variations
Color information
#C7F2D7 (or 0xC7F2D7) is known color: Aero Blue. HEX triplet: C7, F2 and D7. RGB value is (199,242,215). Sum of RGB (Red+Green+Blue) = 199+242+215=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F2D7 is #380D28. Grayscale: #E2E2E2. Windows color (decimal): -3673385 or 14152391. OLE color: 14152391.
HSL color Cylindrical-coordinate representation of color #C7F2D7: hue angle of 142.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F2D7 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 215 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.05 |
| HSL | 142.33º | 0.62% | 0.86% | - |
| HSV(B) | 142.33º | 0.18% | 0.95% | - |
| XYZ | 67.57 | 80.55 | 76.28 | - |
| YUV | 226.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 215 | 0.18 | 0 | 0.11 | 0.05 | 142.33 | 0.62 | 0.86 |
| Hex | C7 | F2 | D7 | 12 | 0 | B | 5 | 8E | 3E | 56 |
| Octal | 307 | 362 | 327 | 22 | 0 | 13 | 5 | 216 | 76 | 126 |
| Binary | 11000111 | 11110010 | 11010111 | 10010 | 0 | 1011 | 101 | 10001110 | 111110 | 1010110 |
Color Harmonies of #C7F2D7
Complementary color
Monochromatic Colors of #C7F2D7
Black with #C7F2D7
Text Example
Text Example
White with #C7F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F2D7; }
p { color: rgb(199,242,215); }
H1.HeaderClassName
{
color: #C7F2D7;
}
.AnyTagClassName
{
color: #C7F2D7;
}
</style>
background-color css
<style>
a { background-color: #C7F2D7; }
a { background-color: rgb(199,242,215); }
div.DivClassName
{
background-color: #C7F2D7;
}
.BgClassName
{
background-color: #C7F2D7;
}
</style>
border-color css
<style>
span { border-color: #C7F2D7; }
span { border-color: rgb(199,242,215); }
td.TdClassName
{
border-color: #C7F2D7;
}
.TagClassName
{
border-color: #C7F2D7;
}
</style>