Shades of Aero Blue #C8EDD8
Tints of Aero Blue #C8EDD8
RGB
CMYK
RGB Variations
Color information
#C8EDD8 (or 0xC8EDD8) is known color: Aero Blue. HEX triplet: C8, ED and D8. RGB value is (200,237,216). Sum of RGB (Red+Green+Blue) = 200+237+216=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDD8 is #371227. Grayscale: #DFDFDF. Windows color (decimal): -3609128 or 14216648. OLE color: 14216648.
HSL color Cylindrical-coordinate representation of color #C8EDD8: hue angle of 145.95º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDD8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 237 | 216 | - |
CMYK | 0.16 | 0 | 0.09 | 0.07 |
HSL | 145.95º | 0.51% | 0.86% | - |
HSV(B) | 145.95º | 0.16% | 0.93% | - |
XYZ | 66.5 | 77.81 | 76.48 | - |
YUV | 223.54 | 123.74 | 111.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 237 | 216 | 0.16 | 0 | 0.09 | 0.07 | 145.95 | 0.51 | 0.86 |
Hex | C8 | ED | D8 | 10 | 0 | 9 | 7 | 92 | 33 | 56 |
Octal | 310 | 355 | 330 | 20 | 0 | 11 | 7 | 222 | 63 | 126 |
Binary | 11001000 | 11101101 | 11011000 | 10000 | 0 | 1001 | 111 | 10010010 | 110011 | 1010110 |
Color Harmonies of #C8EDD8
Complementary color
Monochromatic Colors of #C8EDD8
Black with #C8EDD8
Text Example
Text Example
White with #C8EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDD8; }
p { color: rgb(200,237,216); }
H1.HeaderClassName
{
color: #C8EDD8;
}
.AnyTagClassName
{
color: #C8EDD8;
}
</style>
background-color css
<style>
a { background-color: #C8EDD8; }
a { background-color: rgb(200,237,216); }
div.DivClassName
{
background-color: #C8EDD8;
}
.BgClassName
{
background-color: #C8EDD8;
}
</style>
border-color css
<style>
span { border-color: #C8EDD8; }
span { border-color: rgb(200,237,216); }
td.TdClassName
{
border-color: #C8EDD8;
}
.TagClassName
{
border-color: #C8EDD8;
}
</style>