Shades of Aero Blue #C1DCCD
Tints of Aero Blue #C1DCCD
RGB
CMYK
RGB Variations
Color information
#C1DCCD (or 0xC1DCCD) is known color: Aero Blue. HEX triplet: C1, DC and CD. RGB value is (193,220,205). Sum of RGB (Red+Green+Blue) = 193+220+205=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCCD is #3E2332. Grayscale: #D2D2D2. Windows color (decimal): -4072243 or 13491393. OLE color: 13491393.
HSL color Cylindrical-coordinate representation of color #C1DCCD: hue angle of 146.67º 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 #C1DCCD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 205 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.14 |
| HSL | 146.67º | 0.28% | 0.81% | - |
| HSV(B) | 146.67º | 0.12% | 0.86% | - |
| XYZ | 58.6 | 66.93 | 67.59 | - |
| YUV | 210.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 205 | 0.12 | 0 | 0.07 | 0.14 | 146.67 | 0.28 | 0.81 |
| Hex | C1 | DC | CD | C | 0 | 7 | E | 93 | 1C | 51 |
| Octal | 301 | 334 | 315 | 14 | 0 | 7 | 16 | 223 | 34 | 121 |
| Binary | 11000001 | 11011100 | 11001101 | 1100 | 0 | 111 | 1110 | 10010011 | 11100 | 1010001 |
Color Harmonies of #C1DCCD
Complementary color
Monochromatic Colors of #C1DCCD
Black with #C1DCCD
Text Example
Text Example
White with #C1DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCCD; }
p { color: rgb(193,220,205); }
H1.HeaderClassName
{
color: #C1DCCD;
}
.AnyTagClassName
{
color: #C1DCCD;
}
</style>
background-color css
<style>
a { background-color: #C1DCCD; }
a { background-color: rgb(193,220,205); }
div.DivClassName
{
background-color: #C1DCCD;
}
.BgClassName
{
background-color: #C1DCCD;
}
</style>
border-color css
<style>
span { border-color: #C1DCCD; }
span { border-color: rgb(193,220,205); }
td.TdClassName
{
border-color: #C1DCCD;
}
.TagClassName
{
border-color: #C1DCCD;
}
</style>