Shades of Aero Blue #C1ECD6
Tints of Aero Blue #C1ECD6
RGB
CMYK
RGB Variations
Color information
#C1ECD6 (or 0xC1ECD6) is known color: Aero Blue. HEX triplet: C1, EC and D6. RGB value is (193,236,214). Sum of RGB (Red+Green+Blue) = 193+236+214=643 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.02% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECD6 is #3E1329. Grayscale: #DCDCDC. Windows color (decimal): -4068138 or 14085313. OLE color: 14085313.
HSL color Cylindrical-coordinate representation of color #C1ECD6: hue angle of 149.3º 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 #C1ECD6 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 214 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.07 |
| HSL | 149.3º | 0.53% | 0.84% | - |
| HSV(B) | 149.3º | 0.18% | 0.93% | - |
| XYZ | 64.13 | 76.18 | 74.94 | - |
| YUV | 220.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 214 | 0.18 | 0 | 0.09 | 0.07 | 149.3 | 0.53 | 0.84 |
| Hex | C1 | EC | D6 | 12 | 0 | 9 | 7 | 95 | 35 | 54 |
| Octal | 301 | 354 | 326 | 22 | 0 | 11 | 7 | 225 | 65 | 124 |
| Binary | 11000001 | 11101100 | 11010110 | 10010 | 0 | 1001 | 111 | 10010101 | 110101 | 1010100 |
Color Harmonies of #C1ECD6
Complementary color
Monochromatic Colors of #C1ECD6
Black with #C1ECD6
Text Example
Text Example
White with #C1ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECD6; }
p { color: rgb(193,236,214); }
H1.HeaderClassName
{
color: #C1ECD6;
}
.AnyTagClassName
{
color: #C1ECD6;
}
</style>
background-color css
<style>
a { background-color: #C1ECD6; }
a { background-color: rgb(193,236,214); }
div.DivClassName
{
background-color: #C1ECD6;
}
.BgClassName
{
background-color: #C1ECD6;
}
</style>
border-color css
<style>
span { border-color: #C1ECD6; }
span { border-color: rgb(193,236,214); }
td.TdClassName
{
border-color: #C1ECD6;
}
.TagClassName
{
border-color: #C1ECD6;
}
</style>