Shades of Aero Blue #C4DCCE
Tints of Aero Blue #C4DCCE
RGB
CMYK
RGB Variations
Color information
#C4DCCE (or 0xC4DCCE) is known color: Aero Blue. HEX triplet: C4, DC and CE. RGB value is (196,220,206). Sum of RGB (Red+Green+Blue) = 196+220+206=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCCE is #3B2331. Grayscale: #D3D3D3. Windows color (decimal): -3875634 or 13556932. OLE color: 13556932.
HSL color Cylindrical-coordinate representation of color #C4DCCE: hue angle of 145º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCCE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 220 | 206 | - |
CMYK | 0.11 | 0 | 0.06 | 0.14 |
HSL | 145º | 0.26% | 0.82% | - |
HSV(B) | 145º | 0.11% | 0.86% | - |
XYZ | 59.5 | 67.38 | 68.26 | - |
YUV | 211.23 | 125.05 | 117.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 220 | 206 | 0.11 | 0 | 0.06 | 0.14 | 145 | 0.26 | 0.82 |
Hex | C4 | DC | CE | B | 0 | 6 | E | 91 | 1A | 52 |
Octal | 304 | 334 | 316 | 13 | 0 | 6 | 16 | 221 | 32 | 122 |
Binary | 11000100 | 11011100 | 11001110 | 1011 | 0 | 110 | 1110 | 10010001 | 11010 | 1010010 |
Color Harmonies of #C4DCCE
Complementary color
Monochromatic Colors of #C4DCCE
Black with #C4DCCE
Text Example
Text Example
White with #C4DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCCE; }
p { color: rgb(196,220,206); }
H1.HeaderClassName
{
color: #C4DCCE;
}
.AnyTagClassName
{
color: #C4DCCE;
}
</style>
background-color css
<style>
a { background-color: #C4DCCE; }
a { background-color: rgb(196,220,206); }
div.DivClassName
{
background-color: #C4DCCE;
}
.BgClassName
{
background-color: #C4DCCE;
}
</style>
border-color css
<style>
span { border-color: #C4DCCE; }
span { border-color: rgb(196,220,206); }
td.TdClassName
{
border-color: #C4DCCE;
}
.TagClassName
{
border-color: #C4DCCE;
}
</style>