Shades of Aero Blue #C2DACD
Tints of Aero Blue #C2DACD
RGB
CMYK
RGB Variations
Color information
#C2DACD (or 0xC2DACD) is known color: Aero Blue. HEX triplet: C2, DA and CD. RGB value is (194,218,205). Sum of RGB (Red+Green+Blue) = 194+218+205=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACD is #3D2532. Grayscale: #D1D1D1. Windows color (decimal): -4007219 or 13490882. OLE color: 13490882.
HSL color Cylindrical-coordinate representation of color #C2DACD: hue angle of 147.5º 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 #C2DACD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 205 | - |
CMYK | 0.11 | 0 | 0.06 | 0.15 |
HSL | 147.5º | 0.24% | 0.81% | - |
HSV(B) | 147.5º | 0.11% | 0.85% | - |
XYZ | 58.34 | 66.02 | 67.43 | - |
YUV | 209.34 | 125.55 | 117.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 205 | 0.11 | 0 | 0.06 | 0.15 | 147.5 | 0.24 | 0.81 |
Hex | C2 | DA | CD | B | 0 | 6 | F | 94 | 18 | 51 |
Octal | 302 | 332 | 315 | 13 | 0 | 6 | 17 | 224 | 30 | 121 |
Binary | 11000010 | 11011010 | 11001101 | 1011 | 0 | 110 | 1111 | 10010100 | 11000 | 1010001 |
Color Harmonies of #C2DACD
Complementary color
Monochromatic Colors of #C2DACD
Black with #C2DACD
Text Example
Text Example
White with #C2DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DACD; }
p { color: rgb(194,218,205); }
H1.HeaderClassName
{
color: #C2DACD;
}
.AnyTagClassName
{
color: #C2DACD;
}
</style>
background-color css
<style>
a { background-color: #C2DACD; }
a { background-color: rgb(194,218,205); }
div.DivClassName
{
background-color: #C2DACD;
}
.BgClassName
{
background-color: #C2DACD;
}
</style>
border-color css
<style>
span { border-color: #C2DACD; }
span { border-color: rgb(194,218,205); }
td.TdClassName
{
border-color: #C2DACD;
}
.TagClassName
{
border-color: #C2DACD;
}
</style>