Shades of Aero Blue #C4D9CE
Tints of Aero Blue #C4D9CE
RGB
CMYK
RGB Variations
Color information
#C4D9CE (or 0xC4D9CE) is known color: Aero Blue. HEX triplet: C4, D9 and CE. RGB value is (196,217,206). Sum of RGB (Red+Green+Blue) = 196+217+206=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9CE is #3B2631. Grayscale: #D1D1D1. Windows color (decimal): -3876402 or 13556164. OLE color: 13556164.
HSL color Cylindrical-coordinate representation of color #C4D9CE: hue angle of 148.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D9CE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 196 | 217 | 206 | - |
CMYK | 0.10 | 0 | 0.05 | 0.15 |
HSL | 148.57º | 0.22% | 0.81% | - |
HSV(B) | 148.57º | 0.1% | 0.85% | - |
XYZ | 58.72 | 65.82 | 68 | - |
YUV | 209.47 | 126.04 | 118.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 217 | 206 | 0.10 | 0 | 0.05 | 0.15 | 148.57 | 0.22 | 0.81 |
Hex | C4 | D9 | CE | A | 0 | 5 | F | 95 | 16 | 51 |
Octal | 304 | 331 | 316 | 12 | 0 | 5 | 17 | 225 | 26 | 121 |
Binary | 11000100 | 11011001 | 11001110 | 1010 | 0 | 101 | 1111 | 10010101 | 10110 | 1010001 |
Color Harmonies of #C4D9CE
Complementary color
Monochromatic Colors of #C4D9CE
Black with #C4D9CE
Text Example
Text Example
White with #C4D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D9CE; }
p { color: rgb(196,217,206); }
H1.HeaderClassName
{
color: #C4D9CE;
}
.AnyTagClassName
{
color: #C4D9CE;
}
</style>
background-color css
<style>
a { background-color: #C4D9CE; }
a { background-color: rgb(196,217,206); }
div.DivClassName
{
background-color: #C4D9CE;
}
.BgClassName
{
background-color: #C4D9CE;
}
</style>
border-color css
<style>
span { border-color: #C4D9CE; }
span { border-color: rgb(196,217,206); }
td.TdClassName
{
border-color: #C4D9CE;
}
.TagClassName
{
border-color: #C4D9CE;
}
</style>