Shades of Aero Blue #C9EEDB
Tints of Aero Blue #C9EEDB
RGB
CMYK
RGB Variations
Color information
#C9EEDB (or 0xC9EEDB) is known color: Aero Blue. HEX triplet: C9, EE and DB. RGB value is (201,238,219). Sum of RGB (Red+Green+Blue) = 201+238+219=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EEDB is #361124. Grayscale: #E0E0E0. Windows color (decimal): -3543333 or 14413513. OLE color: 14413513.
HSL color Cylindrical-coordinate representation of color #C9EEDB: hue angle of 149.19º degrees, saturation: 0.52, 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 #C9EEDB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 238 | 219 | - |
CMYK | 0.16 | 0 | 0.08 | 0.07 |
HSL | 149.19º | 0.52% | 0.86% | - |
HSV(B) | 149.19º | 0.16% | 0.93% | - |
XYZ | 67.45 | 78.68 | 78.65 | - |
YUV | 224.77 | 124.74 | 111.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 238 | 219 | 0.16 | 0 | 0.08 | 0.07 | 149.19 | 0.52 | 0.86 |
Hex | C9 | EE | DB | 10 | 0 | 8 | 7 | 95 | 34 | 56 |
Octal | 311 | 356 | 333 | 20 | 0 | 10 | 7 | 225 | 64 | 126 |
Binary | 11001001 | 11101110 | 11011011 | 10000 | 0 | 1000 | 111 | 10010101 | 110100 | 1010110 |
Color Harmonies of #C9EEDB
Complementary color
Monochromatic Colors of #C9EEDB
Black with #C9EEDB
Text Example
Text Example
White with #C9EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEDB; }
p { color: rgb(201,238,219); }
H1.HeaderClassName
{
color: #C9EEDB;
}
.AnyTagClassName
{
color: #C9EEDB;
}
</style>
background-color css
<style>
a { background-color: #C9EEDB; }
a { background-color: rgb(201,238,219); }
div.DivClassName
{
background-color: #C9EEDB;
}
.BgClassName
{
background-color: #C9EEDB;
}
</style>
border-color css
<style>
span { border-color: #C9EEDB; }
span { border-color: rgb(201,238,219); }
td.TdClassName
{
border-color: #C9EEDB;
}
.TagClassName
{
border-color: #C9EEDB;
}
</style>