Shades of Aero Blue #B9DECE
Tints of Aero Blue #B9DECE
RGB
CMYK
RGB Variations
Color information
#B9DECE (or 0xB9DECE) is known color: Aero Blue. HEX triplet: B9, DE and CE. RGB value is (185,222,206). Sum of RGB (Red+Green+Blue) = 185+222+206=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DECE is #462131. Grayscale: #D1D1D1. Windows color (decimal): -4596018 or 13557433. OLE color: 13557433.
HSL color Cylindrical-coordinate representation of color #B9DECE: hue angle of 154.05º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DECE is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 206 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.13 |
| HSL | 154.05º | 0.36% | 0.8% | - |
| HSV(B) | 154.05º | 0.17% | 0.87% | - |
| XYZ | 57.27 | 67.01 | 68.31 | - |
| YUV | 209.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 206 | 0.17 | 0 | 0.07 | 0.13 | 154.05 | 0.36 | 0.8 |
| Hex | B9 | DE | CE | 11 | 0 | 7 | D | 9A | 24 | 50 |
| Octal | 271 | 336 | 316 | 21 | 0 | 7 | 15 | 232 | 44 | 120 |
| Binary | 10111001 | 11011110 | 11001110 | 10001 | 0 | 111 | 1101 | 10011010 | 100100 | 1010000 |
Color Harmonies of #B9DECE
Complementary color
Monochromatic Colors of #B9DECE
Black with #B9DECE
Text Example
Text Example
White with #B9DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DECE; }
p { color: rgb(185,222,206); }
H1.HeaderClassName
{
color: #B9DECE;
}
.AnyTagClassName
{
color: #B9DECE;
}
</style>
background-color css
<style>
a { background-color: #B9DECE; }
a { background-color: rgb(185,222,206); }
div.DivClassName
{
background-color: #B9DECE;
}
.BgClassName
{
background-color: #B9DECE;
}
</style>
border-color css
<style>
span { border-color: #B9DECE; }
span { border-color: rgb(185,222,206); }
td.TdClassName
{
border-color: #B9DECE;
}
.TagClassName
{
border-color: #B9DECE;
}
</style>