Shades of Aero Blue #C9F9DB
Tints of Aero Blue #C9F9DB
RGB
CMYK
RGB Variations
Color information
#C9F9DB (or 0xC9F9DB) is known color: Aero Blue. HEX triplet: C9, F9 and DB. RGB value is (201,249,219). Sum of RGB (Red+Green+Blue) = 201+249+219=669 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.04% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F9DB is #360624. Grayscale: #E7E7E7. Windows color (decimal): -3540517 or 14416329. OLE color: 14416329.
HSL color Cylindrical-coordinate representation of color #C9F9DB: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F9DB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 249 | 219 | - |
CMYK | 0.19 | 0 | 0.12 | 0.02 |
HSL | 142.5º | 0.8% | 0.88% | - |
HSV(B) | 142.5º | 0.19% | 0.98% | - |
XYZ | 70.75 | 85.28 | 79.75 | - |
YUV | 231.23 | 121.1 | 106.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 249 | 219 | 0.19 | 0 | 0.12 | 0.02 | 142.5 | 0.8 | 0.88 |
Hex | C9 | F9 | DB | 13 | 0 | C | 2 | 8E | 50 | 58 |
Octal | 311 | 371 | 333 | 23 | 0 | 14 | 2 | 216 | 120 | 130 |
Binary | 11001001 | 11111001 | 11011011 | 10011 | 0 | 1100 | 10 | 10001110 | 1010000 | 1011000 |
Color Harmonies of #C9F9DB
Complementary color
Monochromatic Colors of #C9F9DB
Black with #C9F9DB
Text Example
Text Example
White with #C9F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F9DB; }
p { color: rgb(201,249,219); }
H1.HeaderClassName
{
color: #C9F9DB;
}
.AnyTagClassName
{
color: #C9F9DB;
}
</style>
background-color css
<style>
a { background-color: #C9F9DB; }
a { background-color: rgb(201,249,219); }
div.DivClassName
{
background-color: #C9F9DB;
}
.BgClassName
{
background-color: #C9F9DB;
}
</style>
border-color css
<style>
span { border-color: #C9F9DB; }
span { border-color: rgb(201,249,219); }
td.TdClassName
{
border-color: #C9F9DB;
}
.TagClassName
{
border-color: #C9F9DB;
}
</style>