Shades of Aero Blue #C5E8D6
Tints of Aero Blue #C5E8D6
RGB
CMYK
RGB Variations
Color information
#C5E8D6 (or 0xC5E8D6) is known color: Aero Blue. HEX triplet: C5, E8 and D6. RGB value is (197,232,214). Sum of RGB (Red+Green+Blue) = 197+232+214=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E8D6 is #3A1729. Grayscale: #DBDBDB. Windows color (decimal): -3807018 or 14084293. OLE color: 14084293.
HSL color Cylindrical-coordinate representation of color #C5E8D6: hue angle of 149.14º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E8D6 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 232 | 214 | - |
CMYK | 0.15 | 0 | 0.08 | 0.09 |
HSL | 149.14º | 0.43% | 0.84% | - |
HSV(B) | 149.14º | 0.15% | 0.91% | - |
XYZ | 64.02 | 74.44 | 74.61 | - |
YUV | 219.48 | 124.9 | 111.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 232 | 214 | 0.15 | 0 | 0.08 | 0.09 | 149.14 | 0.43 | 0.84 |
Hex | C5 | E8 | D6 | F | 0 | 8 | 9 | 95 | 2B | 54 |
Octal | 305 | 350 | 326 | 17 | 0 | 10 | 11 | 225 | 53 | 124 |
Binary | 11000101 | 11101000 | 11010110 | 1111 | 0 | 1000 | 1001 | 10010101 | 101011 | 1010100 |
Color Harmonies of #C5E8D6
Complementary color
Monochromatic Colors of #C5E8D6
Black with #C5E8D6
Text Example
Text Example
White with #C5E8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E8D6; }
p { color: rgb(197,232,214); }
H1.HeaderClassName
{
color: #C5E8D6;
}
.AnyTagClassName
{
color: #C5E8D6;
}
</style>
background-color css
<style>
a { background-color: #C5E8D6; }
a { background-color: rgb(197,232,214); }
div.DivClassName
{
background-color: #C5E8D6;
}
.BgClassName
{
background-color: #C5E8D6;
}
</style>
border-color css
<style>
span { border-color: #C5E8D6; }
span { border-color: rgb(197,232,214); }
td.TdClassName
{
border-color: #C5E8D6;
}
.TagClassName
{
border-color: #C5E8D6;
}
</style>