Shades of Aero Blue #C1E9D2
Tints of Aero Blue #C1E9D2
RGB
CMYK
RGB Variations
Color information
#C1E9D2 (or 0xC1E9D2) is known color: Aero Blue. HEX triplet: C1, E9 and D2. RGB value is (193,233,210). Sum of RGB (Red+Green+Blue) = 193+233+210=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E9D2 is #3E162D. Grayscale: #DADADA. Windows color (decimal): -4068910 or 13822401. OLE color: 13822401.
HSL color Cylindrical-coordinate representation of color #C1E9D2: hue angle of 145.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1E9D2 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 210 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.09 |
| HSL | 145.5º | 0.48% | 0.84% | - |
| HSV(B) | 145.5º | 0.17% | 0.91% | - |
| XYZ | 62.76 | 74.27 | 72 | - |
| YUV | 218.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 210 | 0.17 | 0 | 0.10 | 0.09 | 145.5 | 0.48 | 0.84 |
| Hex | C1 | E9 | D2 | 11 | 0 | A | 9 | 92 | 30 | 54 |
| Octal | 301 | 351 | 322 | 21 | 0 | 12 | 11 | 222 | 60 | 124 |
| Binary | 11000001 | 11101001 | 11010010 | 10001 | 0 | 1010 | 1001 | 10010010 | 110000 | 1010100 |
Color Harmonies of #C1E9D2
Complementary color
Monochromatic Colors of #C1E9D2
Black with #C1E9D2
Text Example
Text Example
White with #C1E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E9D2; }
p { color: rgb(193,233,210); }
H1.HeaderClassName
{
color: #C1E9D2;
}
.AnyTagClassName
{
color: #C1E9D2;
}
</style>
background-color css
<style>
a { background-color: #C1E9D2; }
a { background-color: rgb(193,233,210); }
div.DivClassName
{
background-color: #C1E9D2;
}
.BgClassName
{
background-color: #C1E9D2;
}
</style>
border-color css
<style>
span { border-color: #C1E9D2; }
span { border-color: rgb(193,233,210); }
td.TdClassName
{
border-color: #C1E9D2;
}
.TagClassName
{
border-color: #C1E9D2;
}
</style>