Shades of Aero Blue #C8EEDB
Tints of Aero Blue #C8EEDB
RGB
CMYK
RGB Variations
Color information
#C8EEDB (or 0xC8EEDB) is known color: Aero Blue. HEX triplet: C8, EE and DB. RGB value is (200,238,219). Sum of RGB (Red+Green+Blue) = 200+238+219=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEDB is #371124. Grayscale: #E0E0E0. Windows color (decimal): -3608869 or 14413512. OLE color: 14413512.
HSL color Cylindrical-coordinate representation of color #C8EEDB: hue angle of 150º 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 #C8EEDB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 238 | 219 | - |
CMYK | 0.16 | 0 | 0.08 | 0.07 |
HSL | 150º | 0.53% | 0.86% | - |
HSV(B) | 150º | 0.16% | 0.93% | - |
XYZ | 67.18 | 78.54 | 78.64 | - |
YUV | 224.47 | 124.91 | 110.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 238 | 219 | 0.16 | 0 | 0.08 | 0.07 | 150 | 0.53 | 0.86 |
Hex | C8 | EE | DB | 10 | 0 | 8 | 7 | 96 | 35 | 56 |
Octal | 310 | 356 | 333 | 20 | 0 | 10 | 7 | 226 | 65 | 126 |
Binary | 11001000 | 11101110 | 11011011 | 10000 | 0 | 1000 | 111 | 10010110 | 110101 | 1010110 |
Color Harmonies of #C8EEDB
Complementary color
Monochromatic Colors of #C8EEDB
Black with #C8EEDB
Text Example
Text Example
White with #C8EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEDB; }
p { color: rgb(200,238,219); }
H1.HeaderClassName
{
color: #C8EEDB;
}
.AnyTagClassName
{
color: #C8EEDB;
}
</style>
background-color css
<style>
a { background-color: #C8EEDB; }
a { background-color: rgb(200,238,219); }
div.DivClassName
{
background-color: #C8EEDB;
}
.BgClassName
{
background-color: #C8EEDB;
}
</style>
border-color css
<style>
span { border-color: #C8EEDB; }
span { border-color: rgb(200,238,219); }
td.TdClassName
{
border-color: #C8EEDB;
}
.TagClassName
{
border-color: #C8EEDB;
}
</style>