Shades of Aero Blue #C8EFDB
Tints of Aero Blue #C8EFDB
RGB
CMYK
RGB Variations
Color information
#C8EFDB (or 0xC8EFDB) is known color: Aero Blue. HEX triplet: C8, EF and DB. RGB value is (200,239,219). Sum of RGB (Red+Green+Blue) = 200+239+219=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFDB is #371024. Grayscale: #E1E1E1. Windows color (decimal): -3608613 or 14413768. OLE color: 14413768.
HSL color Cylindrical-coordinate representation of color #C8EFDB: hue angle of 149.23º 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 #C8EFDB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 219 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.06 |
| HSL | 149.23º | 0.55% | 0.86% | - |
| HSV(B) | 149.23º | 0.16% | 0.94% | - |
| XYZ | 67.47 | 79.13 | 78.73 | - |
| YUV | 225.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 219 | 0.16 | 0 | 0.08 | 0.06 | 149.23 | 0.55 | 0.86 |
| Hex | C8 | EF | DB | 10 | 0 | 8 | 6 | 95 | 37 | 56 |
| Octal | 310 | 357 | 333 | 20 | 0 | 10 | 6 | 225 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11011011 | 10000 | 0 | 1000 | 110 | 10010101 | 110111 | 1010110 |
Color Harmonies of #C8EFDB
Complementary color
Monochromatic Colors of #C8EFDB
Black with #C8EFDB
Text Example
Text Example
White with #C8EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFDB; }
p { color: rgb(200,239,219); }
H1.HeaderClassName
{
color: #C8EFDB;
}
.AnyTagClassName
{
color: #C8EFDB;
}
</style>
background-color css
<style>
a { background-color: #C8EFDB; }
a { background-color: rgb(200,239,219); }
div.DivClassName
{
background-color: #C8EFDB;
}
.BgClassName
{
background-color: #C8EFDB;
}
</style>
border-color css
<style>
span { border-color: #C8EFDB; }
span { border-color: rgb(200,239,219); }
td.TdClassName
{
border-color: #C8EFDB;
}
.TagClassName
{
border-color: #C8EFDB;
}
</style>