Shades of Aero Blue #C1D9CC
Tints of Aero Blue #C1D9CC
RGB
CMYK
RGB Variations
Color information
#C1D9CC (or 0xC1D9CC) is known color: Aero Blue. HEX triplet: C1, D9 and CC. RGB value is (193,217,204). Sum of RGB (Red+Green+Blue) = 193+217+204=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D9CC is #3E2633. Grayscale: #D0D0D0. Windows color (decimal): -4073012 or 13425089. OLE color: 13425089.
HSL color Cylindrical-coordinate representation of color #C1D9CC: hue angle of 147.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D9CC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 204 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.15 |
| HSL | 147.5º | 0.24% | 0.8% | - |
| HSV(B) | 147.5º | 0.11% | 0.85% | - |
| XYZ | 57.7 | 65.32 | 66.69 | - |
| YUV | 208.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 204 | 0.11 | 0 | 0.06 | 0.15 | 147.5 | 0.24 | 0.8 |
| Hex | C1 | D9 | CC | B | 0 | 6 | F | 94 | 18 | 50 |
| Octal | 301 | 331 | 314 | 13 | 0 | 6 | 17 | 224 | 30 | 120 |
| Binary | 11000001 | 11011001 | 11001100 | 1011 | 0 | 110 | 1111 | 10010100 | 11000 | 1010000 |
Color Harmonies of #C1D9CC
Complementary color
Monochromatic Colors of #C1D9CC
Black with #C1D9CC
Text Example
Text Example
White with #C1D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D9CC; }
p { color: rgb(193,217,204); }
H1.HeaderClassName
{
color: #C1D9CC;
}
.AnyTagClassName
{
color: #C1D9CC;
}
</style>
background-color css
<style>
a { background-color: #C1D9CC; }
a { background-color: rgb(193,217,204); }
div.DivClassName
{
background-color: #C1D9CC;
}
.BgClassName
{
background-color: #C1D9CC;
}
</style>
border-color css
<style>
span { border-color: #C1D9CC; }
span { border-color: rgb(193,217,204); }
td.TdClassName
{
border-color: #C1D9CC;
}
.TagClassName
{
border-color: #C1D9CC;
}
</style>