Shades of Aero Blue #B9E7D3
Tints of Aero Blue #B9E7D3
RGB
CMYK
RGB Variations
Color information
#B9E7D3 (or 0xB9E7D3) is known color: Aero Blue. HEX triplet: B9, E7 and D3. RGB value is (185,231,211). Sum of RGB (Red+Green+Blue) = 185+231+211=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7D3 is #46182C. Grayscale: #D7D7D7. Windows color (decimal): -4593709 or 13887417. OLE color: 13887417.
HSL color Cylindrical-coordinate representation of color #B9E7D3: hue angle of 153.91º degrees, saturation: 0.49, 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 #B9E7D3 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 211 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.09 |
| HSL | 153.91º | 0.49% | 0.82% | - |
| HSV(B) | 153.91º | 0.2% | 0.91% | - |
| XYZ | 60.34 | 72.17 | 72.38 | - |
| YUV | 214.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 211 | 0.20 | 0 | 0.09 | 0.09 | 153.91 | 0.49 | 0.82 |
| Hex | B9 | E7 | D3 | 14 | 0 | 9 | 9 | 9A | 31 | 52 |
| Octal | 271 | 347 | 323 | 24 | 0 | 11 | 11 | 232 | 61 | 122 |
| Binary | 10111001 | 11100111 | 11010011 | 10100 | 0 | 1001 | 1001 | 10011010 | 110001 | 1010010 |
Color Harmonies of #B9E7D3
Complementary color
Monochromatic Colors of #B9E7D3
Black with #B9E7D3
Text Example
Text Example
White with #B9E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E7D3; }
p { color: rgb(185,231,211); }
H1.HeaderClassName
{
color: #B9E7D3;
}
.AnyTagClassName
{
color: #B9E7D3;
}
</style>
background-color css
<style>
a { background-color: #B9E7D3; }
a { background-color: rgb(185,231,211); }
div.DivClassName
{
background-color: #B9E7D3;
}
.BgClassName
{
background-color: #B9E7D3;
}
</style>
border-color css
<style>
span { border-color: #B9E7D3; }
span { border-color: rgb(185,231,211); }
td.TdClassName
{
border-color: #B9E7D3;
}
.TagClassName
{
border-color: #B9E7D3;
}
</style>