Shades of Aero Blue #C1DBCD
Tints of Aero Blue #C1DBCD
RGB
CMYK
RGB Variations
Color information
#C1DBCD (or 0xC1DBCD) is known color: Aero Blue. HEX triplet: C1, DB and CD. RGB value is (193,219,205). Sum of RGB (Red+Green+Blue) = 193+219+205=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCD is #3E2432. Grayscale: #D1D1D1. Windows color (decimal): -4072499 or 13491137. OLE color: 13491137.
HSL color Cylindrical-coordinate representation of color #C1DBCD: hue angle of 147.69º 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 #C1DBCD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 205 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.14 |
| HSL | 147.69º | 0.27% | 0.81% | - |
| HSV(B) | 147.69º | 0.12% | 0.86% | - |
| XYZ | 58.34 | 66.41 | 67.5 | - |
| YUV | 209.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 205 | 0.12 | 0 | 0.06 | 0.14 | 147.69 | 0.27 | 0.81 |
| Hex | C1 | DB | CD | C | 0 | 6 | E | 94 | 1B | 51 |
| Octal | 301 | 333 | 315 | 14 | 0 | 6 | 16 | 224 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11001101 | 1100 | 0 | 110 | 1110 | 10010100 | 11011 | 1010001 |
Color Harmonies of #C1DBCD
Complementary color
Monochromatic Colors of #C1DBCD
Black with #C1DBCD
Text Example
Text Example
White with #C1DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBCD; }
p { color: rgb(193,219,205); }
H1.HeaderClassName
{
color: #C1DBCD;
}
.AnyTagClassName
{
color: #C1DBCD;
}
</style>
background-color css
<style>
a { background-color: #C1DBCD; }
a { background-color: rgb(193,219,205); }
div.DivClassName
{
background-color: #C1DBCD;
}
.BgClassName
{
background-color: #C1DBCD;
}
</style>
border-color css
<style>
span { border-color: #C1DBCD; }
span { border-color: rgb(193,219,205); }
td.TdClassName
{
border-color: #C1DBCD;
}
.TagClassName
{
border-color: #C1DBCD;
}
</style>