Shades of Aero Blue #C8EEDA
Tints of Aero Blue #C8EEDA
RGB
CMYK
RGB Variations
Color information
#C8EEDA (or 0xC8EEDA) is known color: Aero Blue. HEX triplet: C8, EE and DA. RGB value is (200,238,218). Sum of RGB (Red+Green+Blue) = 200+238+218=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEDA is #371125. Grayscale: #E0E0E0. Windows color (decimal): -3608870 or 14347976. OLE color: 14347976.
HSL color Cylindrical-coordinate representation of color #C8EEDA: hue angle of 148.42º degrees, saturation: 0.53, 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 #C8EEDA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 218 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.07 |
| HSL | 148.42º | 0.53% | 0.86% | - |
| HSV(B) | 148.42º | 0.16% | 0.93% | - |
| XYZ | 67.05 | 78.49 | 77.95 | - |
| YUV | 224.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 218 | 0.16 | 0 | 0.08 | 0.07 | 148.42 | 0.53 | 0.86 |
| Hex | C8 | EE | DA | 10 | 0 | 8 | 7 | 94 | 35 | 56 |
| Octal | 310 | 356 | 332 | 20 | 0 | 10 | 7 | 224 | 65 | 126 |
| Binary | 11001000 | 11101110 | 11011010 | 10000 | 0 | 1000 | 111 | 10010100 | 110101 | 1010110 |
Color Harmonies of #C8EEDA
Complementary color
Monochromatic Colors of #C8EEDA
Black with #C8EEDA
Text Example
Text Example
White with #C8EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEDA; }
p { color: rgb(200,238,218); }
H1.HeaderClassName
{
color: #C8EEDA;
}
.AnyTagClassName
{
color: #C8EEDA;
}
</style>
background-color css
<style>
a { background-color: #C8EEDA; }
a { background-color: rgb(200,238,218); }
div.DivClassName
{
background-color: #C8EEDA;
}
.BgClassName
{
background-color: #C8EEDA;
}
</style>
border-color css
<style>
span { border-color: #C8EEDA; }
span { border-color: rgb(200,238,218); }
td.TdClassName
{
border-color: #C8EEDA;
}
.TagClassName
{
border-color: #C8EEDA;
}
</style>