Shades of Aero Blue #C3DACE
Tints of Aero Blue #C3DACE
RGB
CMYK
RGB Variations
Color information
#C3DACE (or 0xC3DACE) is known color: Aero Blue. HEX triplet: C3, DA and CE. RGB value is (195,218,206). Sum of RGB (Red+Green+Blue) = 195+218+206=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DACE is #3C2531. Grayscale: #D1D1D1. Windows color (decimal): -3941682 or 13556419. OLE color: 13556419.
HSL color Cylindrical-coordinate representation of color #C3DACE: hue angle of 148.7º 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 #C3DACE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 206 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.15 |
| HSL | 148.7º | 0.24% | 0.81% | - |
| HSV(B) | 148.7º | 0.11% | 0.85% | - |
| XYZ | 58.72 | 66.2 | 68.08 | - |
| YUV | 209.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 206 | 0.11 | 0 | 0.06 | 0.15 | 148.7 | 0.24 | 0.81 |
| Hex | C3 | DA | CE | B | 0 | 6 | F | 95 | 18 | 51 |
| Octal | 303 | 332 | 316 | 13 | 0 | 6 | 17 | 225 | 30 | 121 |
| Binary | 11000011 | 11011010 | 11001110 | 1011 | 0 | 110 | 1111 | 10010101 | 11000 | 1010001 |
Color Harmonies of #C3DACE
Complementary color
Monochromatic Colors of #C3DACE
Black with #C3DACE
Text Example
Text Example
White with #C3DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DACE; }
p { color: rgb(195,218,206); }
H1.HeaderClassName
{
color: #C3DACE;
}
.AnyTagClassName
{
color: #C3DACE;
}
</style>
background-color css
<style>
a { background-color: #C3DACE; }
a { background-color: rgb(195,218,206); }
div.DivClassName
{
background-color: #C3DACE;
}
.BgClassName
{
background-color: #C3DACE;
}
</style>
border-color css
<style>
span { border-color: #C3DACE; }
span { border-color: rgb(195,218,206); }
td.TdClassName
{
border-color: #C3DACE;
}
.TagClassName
{
border-color: #C3DACE;
}
</style>