Shades of Aero Blue #C5D8CE
Tints of Aero Blue #C5D8CE
RGB
CMYK
RGB Variations
Color information
#C5D8CE (or 0xC5D8CE) is known color: Aero Blue. HEX triplet: C5, D8 and CE. RGB value is (197,216,206). Sum of RGB (Red+Green+Blue) = 197+216+206=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8CE is #3A2731. Grayscale: #D1D1D1. Windows color (decimal): -3811122 or 13555909. OLE color: 13555909.
HSL color Cylindrical-coordinate representation of color #C5D8CE: hue angle of 148.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D8CE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 216 | 206 | - |
CMYK | 0.09 | 0 | 0.05 | 0.15 |
HSL | 148.42º | 0.2% | 0.81% | - |
HSV(B) | 148.42º | 0.09% | 0.85% | - |
XYZ | 58.72 | 65.44 | 67.93 | - |
YUV | 209.18 | 126.21 | 119.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 216 | 206 | 0.09 | 0 | 0.05 | 0.15 | 148.42 | 0.2 | 0.81 |
Hex | C5 | D8 | CE | 9 | 0 | 5 | F | 94 | 14 | 51 |
Octal | 305 | 330 | 316 | 11 | 0 | 5 | 17 | 224 | 24 | 121 |
Binary | 11000101 | 11011000 | 11001110 | 1001 | 0 | 101 | 1111 | 10010100 | 10100 | 1010001 |
Color Harmonies of #C5D8CE
Complementary color
Monochromatic Colors of #C5D8CE
Black with #C5D8CE
Text Example
Text Example
White with #C5D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8CE; }
p { color: rgb(197,216,206); }
H1.HeaderClassName
{
color: #C5D8CE;
}
.AnyTagClassName
{
color: #C5D8CE;
}
</style>
background-color css
<style>
a { background-color: #C5D8CE; }
a { background-color: rgb(197,216,206); }
div.DivClassName
{
background-color: #C5D8CE;
}
.BgClassName
{
background-color: #C5D8CE;
}
</style>
border-color css
<style>
span { border-color: #C5D8CE; }
span { border-color: rgb(197,216,206); }
td.TdClassName
{
border-color: #C5D8CE;
}
.TagClassName
{
border-color: #C5D8CE;
}
</style>