Shades of Aero Blue #C1EDD4
Tints of Aero Blue #C1EDD4
RGB
CMYK
RGB Variations
Color information
#C1EDD4 (or 0xC1EDD4) is known color: Aero Blue. HEX triplet: C1, ED and D4. RGB value is (193,237,212). Sum of RGB (Red+Green+Blue) = 193+237+212=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDD4 is #3E122B. Grayscale: #DDDDDD. Windows color (decimal): -4067884 or 13954497. OLE color: 13954497.
HSL color Cylindrical-coordinate representation of color #C1EDD4: hue angle of 145.91º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDD4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 212 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.07 |
| HSL | 145.91º | 0.55% | 0.84% | - |
| HSV(B) | 145.91º | 0.19% | 0.93% | - |
| XYZ | 64.16 | 76.66 | 73.7 | - |
| YUV | 220.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 212 | 0.19 | 0 | 0.11 | 0.07 | 145.91 | 0.55 | 0.84 |
| Hex | C1 | ED | D4 | 13 | 0 | B | 7 | 92 | 37 | 54 |
| Octal | 301 | 355 | 324 | 23 | 0 | 13 | 7 | 222 | 67 | 124 |
| Binary | 11000001 | 11101101 | 11010100 | 10011 | 0 | 1011 | 111 | 10010010 | 110111 | 1010100 |
Color Harmonies of #C1EDD4
Complementary color
Monochromatic Colors of #C1EDD4
Black with #C1EDD4
Text Example
Text Example
White with #C1EDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDD4; }
p { color: rgb(193,237,212); }
H1.HeaderClassName
{
color: #C1EDD4;
}
.AnyTagClassName
{
color: #C1EDD4;
}
</style>
background-color css
<style>
a { background-color: #C1EDD4; }
a { background-color: rgb(193,237,212); }
div.DivClassName
{
background-color: #C1EDD4;
}
.BgClassName
{
background-color: #C1EDD4;
}
</style>
border-color css
<style>
span { border-color: #C1EDD4; }
span { border-color: rgb(193,237,212); }
td.TdClassName
{
border-color: #C1EDD4;
}
.TagClassName
{
border-color: #C1EDD4;
}
</style>