Shades of Aero Blue #C5E5D4
Tints of Aero Blue #C5E5D4
RGB
CMYK
RGB Variations
Color information
#C5E5D4 (or 0xC5E5D4) is known color: Aero Blue. HEX triplet: C5, E5 and D4. RGB value is (197,229,212). Sum of RGB (Red+Green+Blue) = 197+229+212=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E5D4 is #3A1A2B. Grayscale: #D9D9D9. Windows color (decimal): -3807788 or 13952453. OLE color: 13952453.
HSL color Cylindrical-coordinate representation of color #C5E5D4: hue angle of 148.12º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E5D4 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 229 | 212 | - |
CMYK | 0.14 | 0 | 0.07 | 0.10 |
HSL | 148.13º | 0.38% | 0.84% | - |
HSV(B) | 148.13º | 0.14% | 0.9% | - |
XYZ | 62.93 | 72.66 | 73 | - |
YUV | 217.49 | 124.9 | 113.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 229 | 212 | 0.14 | 0 | 0.07 | 0.10 | 148.13 | 0.38 | 0.84 |
Hex | C5 | E5 | D4 | E | 0 | 7 | A | 94 | 26 | 54 |
Octal | 305 | 345 | 324 | 16 | 0 | 7 | 12 | 224 | 46 | 124 |
Binary | 11000101 | 11100101 | 11010100 | 1110 | 0 | 111 | 1010 | 10010100 | 100110 | 1010100 |
Color Harmonies of #C5E5D4
Complementary color
Monochromatic Colors of #C5E5D4
Black with #C5E5D4
Text Example
Text Example
White with #C5E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E5D4; }
p { color: rgb(197,229,212); }
H1.HeaderClassName
{
color: #C5E5D4;
}
.AnyTagClassName
{
color: #C5E5D4;
}
</style>
background-color css
<style>
a { background-color: #C5E5D4; }
a { background-color: rgb(197,229,212); }
div.DivClassName
{
background-color: #C5E5D4;
}
.BgClassName
{
background-color: #C5E5D4;
}
</style>
border-color css
<style>
span { border-color: #C5E5D4; }
span { border-color: rgb(197,229,212); }
td.TdClassName
{
border-color: #C5E5D4;
}
.TagClassName
{
border-color: #C5E5D4;
}
</style>