Shades of Aero Blue #C8EFDA
Tints of Aero Blue #C8EFDA
RGB
CMYK
RGB Variations
Color information
#C8EFDA (or 0xC8EFDA) is known color: Aero Blue. HEX triplet: C8, EF and DA. RGB value is (200,239,218). Sum of RGB (Red+Green+Blue) = 200+239+218=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFDA is #371025. Grayscale: #E0E0E0. Windows color (decimal): -3608614 or 14348232. OLE color: 14348232.
HSL color Cylindrical-coordinate representation of color #C8EFDA: hue angle of 147.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFDA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 218 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.06 |
| HSL | 147.69º | 0.55% | 0.86% | - |
| HSV(B) | 147.69º | 0.16% | 0.94% | - |
| XYZ | 67.34 | 79.07 | 78.04 | - |
| YUV | 224.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 218 | 0.16 | 0 | 0.09 | 0.06 | 147.69 | 0.55 | 0.86 |
| Hex | C8 | EF | DA | 10 | 0 | 9 | 6 | 94 | 37 | 56 |
| Octal | 310 | 357 | 332 | 20 | 0 | 11 | 6 | 224 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11011010 | 10000 | 0 | 1001 | 110 | 10010100 | 110111 | 1010110 |
Color Harmonies of #C8EFDA
Complementary color
Monochromatic Colors of #C8EFDA
Black with #C8EFDA
Text Example
Text Example
White with #C8EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFDA; }
p { color: rgb(200,239,218); }
H1.HeaderClassName
{
color: #C8EFDA;
}
.AnyTagClassName
{
color: #C8EFDA;
}
</style>
background-color css
<style>
a { background-color: #C8EFDA; }
a { background-color: rgb(200,239,218); }
div.DivClassName
{
background-color: #C8EFDA;
}
.BgClassName
{
background-color: #C8EFDA;
}
</style>
border-color css
<style>
span { border-color: #C8EFDA; }
span { border-color: rgb(200,239,218); }
td.TdClassName
{
border-color: #C8EFDA;
}
.TagClassName
{
border-color: #C8EFDA;
}
</style>