Shades of Aero Blue #B9E8D1
Tints of Aero Blue #B9E8D1
RGB
CMYK
RGB Variations
Color information
#B9E8D1 (or 0xB9E8D1) is known color: Aero Blue. HEX triplet: B9, E8 and D1. RGB value is (185,232,209). Sum of RGB (Red+Green+Blue) = 185+232+209=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8D1 is #46172E. Grayscale: #D7D7D7. Windows color (decimal): -4593455 or 13756601. OLE color: 13756601.
HSL color Cylindrical-coordinate representation of color #B9E8D1: hue angle of 150.64º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8D1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 209 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.09 |
| HSL | 150.64º | 0.51% | 0.82% | - |
| HSV(B) | 150.64º | 0.2% | 0.91% | - |
| XYZ | 60.37 | 72.63 | 71.16 | - |
| YUV | 215.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 209 | 0.20 | 0 | 0.10 | 0.09 | 150.64 | 0.51 | 0.82 |
| Hex | B9 | E8 | D1 | 14 | 0 | A | 9 | 97 | 33 | 52 |
| Octal | 271 | 350 | 321 | 24 | 0 | 12 | 11 | 227 | 63 | 122 |
| Binary | 10111001 | 11101000 | 11010001 | 10100 | 0 | 1010 | 1001 | 10010111 | 110011 | 1010010 |
Color Harmonies of #B9E8D1
Complementary color
Monochromatic Colors of #B9E8D1
Black with #B9E8D1
Text Example
Text Example
White with #B9E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E8D1; }
p { color: rgb(185,232,209); }
H1.HeaderClassName
{
color: #B9E8D1;
}
.AnyTagClassName
{
color: #B9E8D1;
}
</style>
background-color css
<style>
a { background-color: #B9E8D1; }
a { background-color: rgb(185,232,209); }
div.DivClassName
{
background-color: #B9E8D1;
}
.BgClassName
{
background-color: #B9E8D1;
}
</style>
border-color css
<style>
span { border-color: #B9E8D1; }
span { border-color: rgb(185,232,209); }
td.TdClassName
{
border-color: #B9E8D1;
}
.TagClassName
{
border-color: #B9E8D1;
}
</style>