Shades of Aero Blue #C1DBCF
Tints of Aero Blue #C1DBCF
RGB
CMYK
RGB Variations
Color information
#C1DBCF (or 0xC1DBCF) is known color: Aero Blue. HEX triplet: C1, DB and CF. RGB value is (193,219,207). Sum of RGB (Red+Green+Blue) = 193+219+207=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCF is #3E2430. Grayscale: #D1D1D1. Windows color (decimal): -4072497 or 13622209. OLE color: 13622209.
HSL color Cylindrical-coordinate representation of color #C1DBCF: hue angle of 152.31º 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 #C1DBCF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 207 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.14 |
| HSL | 152.31º | 0.27% | 0.81% | - |
| HSV(B) | 152.31º | 0.12% | 0.86% | - |
| XYZ | 58.59 | 66.51 | 68.78 | - |
| YUV | 209.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 207 | 0.12 | 0 | 0.05 | 0.14 | 152.31 | 0.27 | 0.81 |
| Hex | C1 | DB | CF | C | 0 | 5 | E | 98 | 1B | 51 |
| Octal | 301 | 333 | 317 | 14 | 0 | 5 | 16 | 230 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11001111 | 1100 | 0 | 101 | 1110 | 10011000 | 11011 | 1010001 |
Color Harmonies of #C1DBCF
Complementary color
Monochromatic Colors of #C1DBCF
Black with #C1DBCF
Text Example
Text Example
White with #C1DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBCF; }
p { color: rgb(193,219,207); }
H1.HeaderClassName
{
color: #C1DBCF;
}
.AnyTagClassName
{
color: #C1DBCF;
}
</style>
background-color css
<style>
a { background-color: #C1DBCF; }
a { background-color: rgb(193,219,207); }
div.DivClassName
{
background-color: #C1DBCF;
}
.BgClassName
{
background-color: #C1DBCF;
}
</style>
border-color css
<style>
span { border-color: #C1DBCF; }
span { border-color: rgb(193,219,207); }
td.TdClassName
{
border-color: #C1DBCF;
}
.TagClassName
{
border-color: #C1DBCF;
}
</style>