Shades of Aero Blue #C1DDCD
Tints of Aero Blue #C1DDCD
RGB
CMYK
RGB Variations
Color information
#C1DDCD (or 0xC1DDCD) is known color: Aero Blue. HEX triplet: C1, DD and CD. RGB value is (193,221,205). Sum of RGB (Red+Green+Blue) = 193+221+205=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCD is #3E2232. Grayscale: #D2D2D2. Windows color (decimal): -4071987 or 13491649. OLE color: 13491649.
HSL color Cylindrical-coordinate representation of color #C1DDCD: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DDCD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 205 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.13 |
| HSL | 145.71º | 0.29% | 0.81% | - |
| HSV(B) | 145.71º | 0.13% | 0.87% | - |
| XYZ | 58.87 | 67.46 | 67.68 | - |
| YUV | 210.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 205 | 0.13 | 0 | 0.07 | 0.13 | 145.71 | 0.29 | 0.81 |
| Hex | C1 | DD | CD | D | 0 | 7 | D | 92 | 1D | 51 |
| Octal | 301 | 335 | 315 | 15 | 0 | 7 | 15 | 222 | 35 | 121 |
| Binary | 11000001 | 11011101 | 11001101 | 1101 | 0 | 111 | 1101 | 10010010 | 11101 | 1010001 |
Color Harmonies of #C1DDCD
Complementary color
Monochromatic Colors of #C1DDCD
Black with #C1DDCD
Text Example
Text Example
White with #C1DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDCD; }
p { color: rgb(193,221,205); }
H1.HeaderClassName
{
color: #C1DDCD;
}
.AnyTagClassName
{
color: #C1DDCD;
}
</style>
background-color css
<style>
a { background-color: #C1DDCD; }
a { background-color: rgb(193,221,205); }
div.DivClassName
{
background-color: #C1DDCD;
}
.BgClassName
{
background-color: #C1DDCD;
}
</style>
border-color css
<style>
span { border-color: #C1DDCD; }
span { border-color: rgb(193,221,205); }
td.TdClassName
{
border-color: #C1DDCD;
}
.TagClassName
{
border-color: #C1DDCD;
}
</style>