Shades of Aero Blue #C1DDCE
Tints of Aero Blue #C1DDCE
RGB
CMYK
RGB Variations
Color information
#C1DDCE (or 0xC1DDCE) is known color: Aero Blue. HEX triplet: C1, DD and CE. RGB value is (193,221,206). Sum of RGB (Red+Green+Blue) = 193+221+206=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCE is #3E2231. Grayscale: #D2D2D2. Windows color (decimal): -4071986 or 13557185. OLE color: 13557185.
HSL color Cylindrical-coordinate representation of color #C1DDCE: hue angle of 147.86º 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 #C1DDCE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 206 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.13 |
| HSL | 147.86º | 0.29% | 0.81% | - |
| HSV(B) | 147.86º | 0.13% | 0.87% | - |
| XYZ | 58.99 | 67.51 | 68.31 | - |
| YUV | 210.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 206 | 0.13 | 0 | 0.07 | 0.13 | 147.86 | 0.29 | 0.81 |
| Hex | C1 | DD | CE | D | 0 | 7 | D | 94 | 1D | 51 |
| Octal | 301 | 335 | 316 | 15 | 0 | 7 | 15 | 224 | 35 | 121 |
| Binary | 11000001 | 11011101 | 11001110 | 1101 | 0 | 111 | 1101 | 10010100 | 11101 | 1010001 |
Color Harmonies of #C1DDCE
Complementary color
Monochromatic Colors of #C1DDCE
Black with #C1DDCE
Text Example
Text Example
White with #C1DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDCE; }
p { color: rgb(193,221,206); }
H1.HeaderClassName
{
color: #C1DDCE;
}
.AnyTagClassName
{
color: #C1DDCE;
}
</style>
background-color css
<style>
a { background-color: #C1DDCE; }
a { background-color: rgb(193,221,206); }
div.DivClassName
{
background-color: #C1DDCE;
}
.BgClassName
{
background-color: #C1DDCE;
}
</style>
border-color css
<style>
span { border-color: #C1DDCE; }
span { border-color: rgb(193,221,206); }
td.TdClassName
{
border-color: #C1DDCE;
}
.TagClassName
{
border-color: #C1DDCE;
}
</style>