Shades of Aero Blue #C8EDDA
Tints of Aero Blue #C8EDDA
RGB
CMYK
RGB Variations
Color information
#C8EDDA (or 0xC8EDDA) is known color: Aero Blue. HEX triplet: C8, ED and DA. RGB value is (200,237,218). Sum of RGB (Red+Green+Blue) = 200+237+218=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDA is #371225. Grayscale: #DFDFDF. Windows color (decimal): -3609126 or 14347720. OLE color: 14347720.
HSL color Cylindrical-coordinate representation of color #C8EDDA: hue angle of 149.19º 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 #C8EDDA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 218 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.07 |
| HSL | 149.19º | 0.51% | 0.86% | - |
| HSV(B) | 149.19º | 0.16% | 0.93% | - |
| XYZ | 66.76 | 77.91 | 77.85 | - |
| YUV | 223.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 218 | 0.16 | 0 | 0.08 | 0.07 | 149.19 | 0.51 | 0.86 |
| Hex | C8 | ED | DA | 10 | 0 | 8 | 7 | 95 | 33 | 56 |
| Octal | 310 | 355 | 332 | 20 | 0 | 10 | 7 | 225 | 63 | 126 |
| Binary | 11001000 | 11101101 | 11011010 | 10000 | 0 | 1000 | 111 | 10010101 | 110011 | 1010110 |
Color Harmonies of #C8EDDA
Complementary color
Monochromatic Colors of #C8EDDA
Black with #C8EDDA
Text Example
Text Example
White with #C8EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDDA; }
p { color: rgb(200,237,218); }
H1.HeaderClassName
{
color: #C8EDDA;
}
.AnyTagClassName
{
color: #C8EDDA;
}
</style>
background-color css
<style>
a { background-color: #C8EDDA; }
a { background-color: rgb(200,237,218); }
div.DivClassName
{
background-color: #C8EDDA;
}
.BgClassName
{
background-color: #C8EDDA;
}
</style>
border-color css
<style>
span { border-color: #C8EDDA; }
span { border-color: rgb(200,237,218); }
td.TdClassName
{
border-color: #C8EDDA;
}
.TagClassName
{
border-color: #C8EDDA;
}
</style>