Shades of Aero Blue #C1EAD2
Tints of Aero Blue #C1EAD2
RGB
CMYK
RGB Variations
Color information
#C1EAD2 (or 0xC1EAD2) is known color: Aero Blue. HEX triplet: C1, EA and D2. RGB value is (193,234,210). Sum of RGB (Red+Green+Blue) = 193+234+210=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAD2 is #3E152D. Grayscale: #DBDBDB. Windows color (decimal): -4068654 or 13822657. OLE color: 13822657.
HSL color Cylindrical-coordinate representation of color #C1EAD2: hue angle of 144.88º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EAD2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 210 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.08 |
| HSL | 144.88º | 0.49% | 0.84% | - |
| HSV(B) | 144.88º | 0.18% | 0.92% | - |
| XYZ | 63.05 | 74.84 | 72.09 | - |
| YUV | 219.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 210 | 0.18 | 0 | 0.10 | 0.08 | 144.88 | 0.49 | 0.84 |
| Hex | C1 | EA | D2 | 12 | 0 | A | 8 | 91 | 31 | 54 |
| Octal | 301 | 352 | 322 | 22 | 0 | 12 | 10 | 221 | 61 | 124 |
| Binary | 11000001 | 11101010 | 11010010 | 10010 | 0 | 1010 | 1000 | 10010001 | 110001 | 1010100 |
Color Harmonies of #C1EAD2
Complementary color
Monochromatic Colors of #C1EAD2
Black with #C1EAD2
Text Example
Text Example
White with #C1EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAD2; }
p { color: rgb(193,234,210); }
H1.HeaderClassName
{
color: #C1EAD2;
}
.AnyTagClassName
{
color: #C1EAD2;
}
</style>
background-color css
<style>
a { background-color: #C1EAD2; }
a { background-color: rgb(193,234,210); }
div.DivClassName
{
background-color: #C1EAD2;
}
.BgClassName
{
background-color: #C1EAD2;
}
</style>
border-color css
<style>
span { border-color: #C1EAD2; }
span { border-color: rgb(193,234,210); }
td.TdClassName
{
border-color: #C1EAD2;
}
.TagClassName
{
border-color: #C1EAD2;
}
</style>