Shades of Aero Blue #C1ECD8
Tints of Aero Blue #C1ECD8
RGB
CMYK
RGB Variations
Color information
#C1ECD8 (or 0xC1ECD8) is known color: Aero Blue. HEX triplet: C1, EC and D8. RGB value is (193,236,216). Sum of RGB (Red+Green+Blue) = 193+236+216=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECD8 is #3E1327. Grayscale: #DCDCDC. Windows color (decimal): -4068136 or 14216385. OLE color: 14216385.
HSL color Cylindrical-coordinate representation of color #C1ECD8: hue angle of 152.09º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1ECD8 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 216 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 152.09º | 0.53% | 0.84% | - |
| HSV(B) | 152.09º | 0.18% | 0.93% | - |
| XYZ | 64.38 | 76.29 | 76.3 | - |
| YUV | 220.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 216 | 0.18 | 0 | 0.08 | 0.07 | 152.09 | 0.53 | 0.84 |
| Hex | C1 | EC | D8 | 12 | 0 | 8 | 7 | 98 | 35 | 54 |
| Octal | 301 | 354 | 330 | 22 | 0 | 10 | 7 | 230 | 65 | 124 |
| Binary | 11000001 | 11101100 | 11011000 | 10010 | 0 | 1000 | 111 | 10011000 | 110101 | 1010100 |
Color Harmonies of #C1ECD8
Complementary color
Monochromatic Colors of #C1ECD8
Black with #C1ECD8
Text Example
Text Example
White with #C1ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECD8; }
p { color: rgb(193,236,216); }
H1.HeaderClassName
{
color: #C1ECD8;
}
.AnyTagClassName
{
color: #C1ECD8;
}
</style>
background-color css
<style>
a { background-color: #C1ECD8; }
a { background-color: rgb(193,236,216); }
div.DivClassName
{
background-color: #C1ECD8;
}
.BgClassName
{
background-color: #C1ECD8;
}
</style>
border-color css
<style>
span { border-color: #C1ECD8; }
span { border-color: rgb(193,236,216); }
td.TdClassName
{
border-color: #C1ECD8;
}
.TagClassName
{
border-color: #C1ECD8;
}
</style>