Shades of Aero Blue #C1DCCE
Tints of Aero Blue #C1DCCE
RGB
CMYK
RGB Variations
Color information
#C1DCCE (or 0xC1DCCE) is known color: Aero Blue. HEX triplet: C1, DC and CE. RGB value is (193,220,206). Sum of RGB (Red+Green+Blue) = 193+220+206=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCCE is #3E2331. Grayscale: #D2D2D2. Windows color (decimal): -4072242 or 13556929. OLE color: 13556929.
HSL color Cylindrical-coordinate representation of color #C1DCCE: hue angle of 148.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DCCE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 206 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.14 |
| HSL | 148.89º | 0.28% | 0.81% | - |
| HSV(B) | 148.89º | 0.12% | 0.86% | - |
| XYZ | 58.73 | 66.98 | 68.23 | - |
| YUV | 210.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 206 | 0.12 | 0 | 0.06 | 0.14 | 148.89 | 0.28 | 0.81 |
| Hex | C1 | DC | CE | C | 0 | 6 | E | 95 | 1C | 51 |
| Octal | 301 | 334 | 316 | 14 | 0 | 6 | 16 | 225 | 34 | 121 |
| Binary | 11000001 | 11011100 | 11001110 | 1100 | 0 | 110 | 1110 | 10010101 | 11100 | 1010001 |
Color Harmonies of #C1DCCE
Complementary color
Monochromatic Colors of #C1DCCE
Black with #C1DCCE
Text Example
Text Example
White with #C1DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCCE; }
p { color: rgb(193,220,206); }
H1.HeaderClassName
{
color: #C1DCCE;
}
.AnyTagClassName
{
color: #C1DCCE;
}
</style>
background-color css
<style>
a { background-color: #C1DCCE; }
a { background-color: rgb(193,220,206); }
div.DivClassName
{
background-color: #C1DCCE;
}
.BgClassName
{
background-color: #C1DCCE;
}
</style>
border-color css
<style>
span { border-color: #C1DCCE; }
span { border-color: rgb(193,220,206); }
td.TdClassName
{
border-color: #C1DCCE;
}
.TagClassName
{
border-color: #C1DCCE;
}
</style>