Shades of Aero Blue #C1E7D4
Tints of Aero Blue #C1E7D4
RGB
CMYK
RGB Variations
Color information
#C1E7D4 (or 0xC1E7D4) is known color: Aero Blue. HEX triplet: C1, E7 and D4. RGB value is (193,231,212). Sum of RGB (Red+Green+Blue) = 193+231+212=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E7D4 is #3E182B. Grayscale: #D9D9D9. Windows color (decimal): -4069420 or 13952961. OLE color: 13952961.
HSL color Cylindrical-coordinate representation of color #C1E7D4: hue angle of 150º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E7D4 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 212 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.09 |
| HSL | 150º | 0.44% | 0.83% | - |
| HSV(B) | 150º | 0.16% | 0.91% | - |
| XYZ | 62.45 | 73.24 | 73.13 | - |
| YUV | 217.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 212 | 0.16 | 0 | 0.08 | 0.09 | 150 | 0.44 | 0.83 |
| Hex | C1 | E7 | D4 | 10 | 0 | 8 | 9 | 96 | 2C | 53 |
| Octal | 301 | 347 | 324 | 20 | 0 | 10 | 11 | 226 | 54 | 123 |
| Binary | 11000001 | 11100111 | 11010100 | 10000 | 0 | 1000 | 1001 | 10010110 | 101100 | 1010011 |
Color Harmonies of #C1E7D4
Complementary color
Monochromatic Colors of #C1E7D4
Black with #C1E7D4
Text Example
Text Example
White with #C1E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E7D4; }
p { color: rgb(193,231,212); }
H1.HeaderClassName
{
color: #C1E7D4;
}
.AnyTagClassName
{
color: #C1E7D4;
}
</style>
background-color css
<style>
a { background-color: #C1E7D4; }
a { background-color: rgb(193,231,212); }
div.DivClassName
{
background-color: #C1E7D4;
}
.BgClassName
{
background-color: #C1E7D4;
}
</style>
border-color css
<style>
span { border-color: #C1E7D4; }
span { border-color: rgb(193,231,212); }
td.TdClassName
{
border-color: #C1E7D4;
}
.TagClassName
{
border-color: #C1E7D4;
}
</style>