Shades of Aero Blue #C2DACF
Tints of Aero Blue #C2DACF
RGB
CMYK
RGB Variations
Color information
#C2DACF (or 0xC2DACF) is known color: Aero Blue. HEX triplet: C2, DA and CF. RGB value is (194,218,207). Sum of RGB (Red+Green+Blue) = 194+218+207=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACF is #3D2530. Grayscale: #D1D1D1. Windows color (decimal): -4007217 or 13621954. OLE color: 13621954.
HSL color Cylindrical-coordinate representation of color #C2DACF: hue angle of 152.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 #C2DACF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 207 | - |
CMYK | 0.11 | 0 | 0.05 | 0.15 |
HSL | 152.5º | 0.24% | 0.81% | - |
HSV(B) | 152.5º | 0.11% | 0.85% | - |
XYZ | 58.58 | 66.12 | 68.71 | - |
YUV | 209.57 | 126.55 | 116.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 207 | 0.11 | 0 | 0.05 | 0.15 | 152.5 | 0.24 | 0.81 |
Hex | C2 | DA | CF | B | 0 | 5 | F | 98 | 18 | 51 |
Octal | 302 | 332 | 317 | 13 | 0 | 5 | 17 | 230 | 30 | 121 |
Binary | 11000010 | 11011010 | 11001111 | 1011 | 0 | 101 | 1111 | 10011000 | 11000 | 1010001 |
Color Harmonies of #C2DACF
Complementary color
Monochromatic Colors of #C2DACF
Black with #C2DACF
Text Example
Text Example
White with #C2DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DACF; }
p { color: rgb(194,218,207); }
H1.HeaderClassName
{
color: #C2DACF;
}
.AnyTagClassName
{
color: #C2DACF;
}
</style>
background-color css
<style>
a { background-color: #C2DACF; }
a { background-color: rgb(194,218,207); }
div.DivClassName
{
background-color: #C2DACF;
}
.BgClassName
{
background-color: #C2DACF;
}
</style>
border-color css
<style>
span { border-color: #C2DACF; }
span { border-color: rgb(194,218,207); }
td.TdClassName
{
border-color: #C2DACF;
}
.TagClassName
{
border-color: #C2DACF;
}
</style>