Shades of Aero Blue #C1DBCE
Tints of Aero Blue #C1DBCE
RGB
CMYK
RGB Variations
Color information
#C1DBCE (or 0xC1DBCE) is known color: Aero Blue. HEX triplet: C1, DB and CE. RGB value is (193,219,206). Sum of RGB (Red+Green+Blue) = 193+219+206=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCE is #3E2431. Grayscale: #D1D1D1. Windows color (decimal): -4072498 or 13556673. OLE color: 13556673.
HSL color Cylindrical-coordinate representation of color #C1DBCE: hue angle of 150º degrees, saturation: 0.27, 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 #C1DBCE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 206 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.14 |
| HSL | 150º | 0.27% | 0.81% | - |
| HSV(B) | 150º | 0.12% | 0.86% | - |
| XYZ | 58.46 | 66.46 | 68.14 | - |
| YUV | 209.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 206 | 0.12 | 0 | 0.06 | 0.14 | 150 | 0.27 | 0.81 |
| Hex | C1 | DB | CE | C | 0 | 6 | E | 96 | 1B | 51 |
| Octal | 301 | 333 | 316 | 14 | 0 | 6 | 16 | 226 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11001110 | 1100 | 0 | 110 | 1110 | 10010110 | 11011 | 1010001 |
Color Harmonies of #C1DBCE
Complementary color
Monochromatic Colors of #C1DBCE
Black with #C1DBCE
Text Example
Text Example
White with #C1DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBCE; }
p { color: rgb(193,219,206); }
H1.HeaderClassName
{
color: #C1DBCE;
}
.AnyTagClassName
{
color: #C1DBCE;
}
</style>
background-color css
<style>
a { background-color: #C1DBCE; }
a { background-color: rgb(193,219,206); }
div.DivClassName
{
background-color: #C1DBCE;
}
.BgClassName
{
background-color: #C1DBCE;
}
</style>
border-color css
<style>
span { border-color: #C1DBCE; }
span { border-color: rgb(193,219,206); }
td.TdClassName
{
border-color: #C1DBCE;
}
.TagClassName
{
border-color: #C1DBCE;
}
</style>