Shades of Aero Blue #C9F3DB
Tints of Aero Blue #C9F3DB
RGB
CMYK
RGB Variations
Color information
#C9F3DB (or 0xC9F3DB) is known color: Aero Blue. HEX triplet: C9, F3 and DB. RGB value is (201,243,219). Sum of RGB (Red+Green+Blue) = 201+243+219=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F3DB is #360C24. Grayscale: #E3E3E3. Windows color (decimal): -3542053 or 14414793. OLE color: 14414793.
HSL color Cylindrical-coordinate representation of color #C9F3DB: hue angle of 145.71º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9F3DB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 219 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.05 |
| HSL | 145.71º | 0.64% | 0.87% | - |
| HSV(B) | 145.71º | 0.17% | 0.95% | - |
| XYZ | 68.92 | 81.63 | 79.14 | - |
| YUV | 227.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 219 | 0.17 | 0 | 0.10 | 0.05 | 145.71 | 0.64 | 0.87 |
| Hex | C9 | F3 | DB | 11 | 0 | A | 5 | 92 | 40 | 57 |
| Octal | 311 | 363 | 333 | 21 | 0 | 12 | 5 | 222 | 100 | 127 |
| Binary | 11001001 | 11110011 | 11011011 | 10001 | 0 | 1010 | 101 | 10010010 | 1000000 | 1010111 |
Color Harmonies of #C9F3DB
Complementary color
Monochromatic Colors of #C9F3DB
Black with #C9F3DB
Text Example
Text Example
White with #C9F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F3DB; }
p { color: rgb(201,243,219); }
H1.HeaderClassName
{
color: #C9F3DB;
}
.AnyTagClassName
{
color: #C9F3DB;
}
</style>
background-color css
<style>
a { background-color: #C9F3DB; }
a { background-color: rgb(201,243,219); }
div.DivClassName
{
background-color: #C9F3DB;
}
.BgClassName
{
background-color: #C9F3DB;
}
</style>
border-color css
<style>
span { border-color: #C9F3DB; }
span { border-color: rgb(201,243,219); }
td.TdClassName
{
border-color: #C9F3DB;
}
.TagClassName
{
border-color: #C9F3DB;
}
</style>