Shades of Aero Blue #C2DCCE
Tints of Aero Blue #C2DCCE
RGB
CMYK
RGB Variations
Color information
#C2DCCE (or 0xC2DCCE) is known color: Aero Blue. HEX triplet: C2, DC and CE. RGB value is (194,220,206). Sum of RGB (Red+Green+Blue) = 194+220+206=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCE is #3D2331. Grayscale: #D2D2D2. Windows color (decimal): -4006706 or 13556930. OLE color: 13556930.
HSL color Cylindrical-coordinate representation of color #C2DCCE: 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 #C2DCCE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 206 | - |
| 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.98 | 67.11 | 68.24 | - |
| YUV | 210.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 206 | 0.12 | 0 | 0.06 | 0.14 | 147.69 | 0.27 | 0.81 |
| Hex | C2 | DC | CE | C | 0 | 6 | E | 94 | 1B | 51 |
| Octal | 302 | 334 | 316 | 14 | 0 | 6 | 16 | 224 | 33 | 121 |
| Binary | 11000010 | 11011100 | 11001110 | 1100 | 0 | 110 | 1110 | 10010100 | 11011 | 1010001 |
Color Harmonies of #C2DCCE
Complementary color
Monochromatic Colors of #C2DCCE
Black with #C2DCCE
Text Example
Text Example
White with #C2DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCCE; }
p { color: rgb(194,220,206); }
H1.HeaderClassName
{
color: #C2DCCE;
}
.AnyTagClassName
{
color: #C2DCCE;
}
</style>
background-color css
<style>
a { background-color: #C2DCCE; }
a { background-color: rgb(194,220,206); }
div.DivClassName
{
background-color: #C2DCCE;
}
.BgClassName
{
background-color: #C2DCCE;
}
</style>
border-color css
<style>
span { border-color: #C2DCCE; }
span { border-color: rgb(194,220,206); }
td.TdClassName
{
border-color: #C2DCCE;
}
.TagClassName
{
border-color: #C2DCCE;
}
</style>