Shades of Aero Blue #C9F8DB
Tints of Aero Blue #C9F8DB
RGB
CMYK
RGB Variations
Color information
#C9F8DB (or 0xC9F8DB) is known color: Aero Blue. HEX triplet: C9, F8 and DB. RGB value is (201,248,219). Sum of RGB (Red+Green+Blue) = 201+248+219=668 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.09% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F8DB is #360724. Grayscale: #E6E6E6. Windows color (decimal): -3540773 or 14416073. OLE color: 14416073.
HSL color Cylindrical-coordinate representation of color #C9F8DB: hue angle of 142.98º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F8DB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 201 | 248 | 219 | - |
CMYK | 0.19 | 0 | 0.12 | 0.03 |
HSL | 142.98º | 0.77% | 0.88% | - |
HSV(B) | 142.98º | 0.19% | 0.97% | - |
XYZ | 70.44 | 84.67 | 79.65 | - |
YUV | 230.64 | 121.43 | 106.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 248 | 219 | 0.19 | 0 | 0.12 | 0.03 | 142.98 | 0.77 | 0.88 |
Hex | C9 | F8 | DB | 13 | 0 | C | 3 | 8F | 4D | 58 |
Octal | 311 | 370 | 333 | 23 | 0 | 14 | 3 | 217 | 115 | 130 |
Binary | 11001001 | 11111000 | 11011011 | 10011 | 0 | 1100 | 11 | 10001111 | 1001101 | 1011000 |
Color Harmonies of #C9F8DB
Complementary color
Monochromatic Colors of #C9F8DB
Black with #C9F8DB
Text Example
Text Example
White with #C9F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F8DB; }
p { color: rgb(201,248,219); }
H1.HeaderClassName
{
color: #C9F8DB;
}
.AnyTagClassName
{
color: #C9F8DB;
}
</style>
background-color css
<style>
a { background-color: #C9F8DB; }
a { background-color: rgb(201,248,219); }
div.DivClassName
{
background-color: #C9F8DB;
}
.BgClassName
{
background-color: #C9F8DB;
}
</style>
border-color css
<style>
span { border-color: #C9F8DB; }
span { border-color: rgb(201,248,219); }
td.TdClassName
{
border-color: #C9F8DB;
}
.TagClassName
{
border-color: #C9F8DB;
}
</style>