Shades of Aero Blue #C1DBCC
Tints of Aero Blue #C1DBCC
RGB
CMYK
RGB Variations
Color information
#C1DBCC (or 0xC1DBCC) is known color: Aero Blue. HEX triplet: C1, DB and CC. RGB value is (193,219,204). Sum of RGB (Red+Green+Blue) = 193+219+204=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCC is #3E2433. Grayscale: #D1D1D1. Windows color (decimal): -4072500 or 13425601. OLE color: 13425601.
HSL color Cylindrical-coordinate representation of color #C1DBCC: hue angle of 145.38º 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 #C1DBCC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 204 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.14 |
| HSL | 145.38º | 0.27% | 0.81% | - |
| HSV(B) | 145.38º | 0.12% | 0.86% | - |
| XYZ | 58.22 | 66.36 | 66.87 | - |
| YUV | 209.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 204 | 0.12 | 0 | 0.07 | 0.14 | 145.38 | 0.27 | 0.81 |
| Hex | C1 | DB | CC | C | 0 | 7 | E | 91 | 1B | 51 |
| Octal | 301 | 333 | 314 | 14 | 0 | 7 | 16 | 221 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11001100 | 1100 | 0 | 111 | 1110 | 10010001 | 11011 | 1010001 |
Color Harmonies of #C1DBCC
Complementary color
Monochromatic Colors of #C1DBCC
Black with #C1DBCC
Text Example
Text Example
White with #C1DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBCC; }
p { color: rgb(193,219,204); }
H1.HeaderClassName
{
color: #C1DBCC;
}
.AnyTagClassName
{
color: #C1DBCC;
}
</style>
background-color css
<style>
a { background-color: #C1DBCC; }
a { background-color: rgb(193,219,204); }
div.DivClassName
{
background-color: #C1DBCC;
}
.BgClassName
{
background-color: #C1DBCC;
}
</style>
border-color css
<style>
span { border-color: #C1DBCC; }
span { border-color: rgb(193,219,204); }
td.TdClassName
{
border-color: #C1DBCC;
}
.TagClassName
{
border-color: #C1DBCC;
}
</style>