Shades of Aero Blue #B9E4CE
Tints of Aero Blue #B9E4CE
RGB
CMYK
RGB Variations
Color information
#B9E4CE (or 0xB9E4CE) is known color: Aero Blue. HEX triplet: B9, E4 and CE. RGB value is (185,228,206). Sum of RGB (Red+Green+Blue) = 185+228+206=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4CE is #461B31. Grayscale: #D4D4D4. Windows color (decimal): -4594482 or 13558969. OLE color: 13558969.
HSL color Cylindrical-coordinate representation of color #B9E4CE: hue angle of 149.3º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E4CE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 206 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.11 |
| HSL | 149.3º | 0.44% | 0.81% | - |
| HSV(B) | 149.3º | 0.19% | 0.89% | - |
| XYZ | 58.89 | 70.26 | 68.85 | - |
| YUV | 212.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 206 | 0.19 | 0 | 0.10 | 0.11 | 149.3 | 0.44 | 0.81 |
| Hex | B9 | E4 | CE | 13 | 0 | A | B | 95 | 2C | 51 |
| Octal | 271 | 344 | 316 | 23 | 0 | 12 | 13 | 225 | 54 | 121 |
| Binary | 10111001 | 11100100 | 11001110 | 10011 | 0 | 1010 | 1011 | 10010101 | 101100 | 1010001 |
Color Harmonies of #B9E4CE
Complementary color
Monochromatic Colors of #B9E4CE
Black with #B9E4CE
Text Example
Text Example
White with #B9E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E4CE; }
p { color: rgb(185,228,206); }
H1.HeaderClassName
{
color: #B9E4CE;
}
.AnyTagClassName
{
color: #B9E4CE;
}
</style>
background-color css
<style>
a { background-color: #B9E4CE; }
a { background-color: rgb(185,228,206); }
div.DivClassName
{
background-color: #B9E4CE;
}
.BgClassName
{
background-color: #B9E4CE;
}
</style>
border-color css
<style>
span { border-color: #B9E4CE; }
span { border-color: rgb(185,228,206); }
td.TdClassName
{
border-color: #B9E4CE;
}
.TagClassName
{
border-color: #B9E4CE;
}
</style>