Shades of Aero Blue #C2DACE
Tints of Aero Blue #C2DACE
RGB
CMYK
RGB Variations
Color information
#C2DACE (or 0xC2DACE) is known color: Aero Blue. HEX triplet: C2, DA and CE. RGB value is (194,218,206). Sum of RGB (Red+Green+Blue) = 194+218+206=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACE is #3D2531. Grayscale: #D1D1D1. Windows color (decimal): -4007218 or 13556418. OLE color: 13556418.
HSL color Cylindrical-coordinate representation of color #C2DACE: hue angle of 150º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DACE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 206 | - |
CMYK | 0.11 | 0 | 0.06 | 0.15 |
HSL | 150º | 0.24% | 0.81% | - |
HSV(B) | 150º | 0.11% | 0.85% | - |
XYZ | 58.46 | 66.07 | 68.06 | - |
YUV | 209.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 206 | 0.11 | 0 | 0.06 | 0.15 | 150 | 0.24 | 0.81 |
Hex | C2 | DA | CE | B | 0 | 6 | F | 96 | 18 | 51 |
Octal | 302 | 332 | 316 | 13 | 0 | 6 | 17 | 226 | 30 | 121 |
Binary | 11000010 | 11011010 | 11001110 | 1011 | 0 | 110 | 1111 | 10010110 | 11000 | 1010001 |
Color Harmonies of #C2DACE
Complementary color
Monochromatic Colors of #C2DACE
Black with #C2DACE
Text Example
Text Example
White with #C2DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DACE; }
p { color: rgb(194,218,206); }
H1.HeaderClassName
{
color: #C2DACE;
}
.AnyTagClassName
{
color: #C2DACE;
}
</style>
background-color css
<style>
a { background-color: #C2DACE; }
a { background-color: rgb(194,218,206); }
div.DivClassName
{
background-color: #C2DACE;
}
.BgClassName
{
background-color: #C2DACE;
}
</style>
border-color css
<style>
span { border-color: #C2DACE; }
span { border-color: rgb(194,218,206); }
td.TdClassName
{
border-color: #C2DACE;
}
.TagClassName
{
border-color: #C2DACE;
}
</style>