Shades of Aero Blue #B9E5CB
Tints of Aero Blue #B9E5CB
RGB
CMYK
RGB Variations
Color information
#B9E5CB (or 0xB9E5CB) is known color: Aero Blue. HEX triplet: B9, E5 and CB. RGB value is (185,229,203). Sum of RGB (Red+Green+Blue) = 185+229+203=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5CB is #461A34. Grayscale: #D4D4D4. Windows color (decimal): -4594229 or 13362617. OLE color: 13362617.
HSL color Cylindrical-coordinate representation of color #B9E5CB: hue angle of 144.55º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E5CB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 203 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.10 |
| HSL | 144.55º | 0.46% | 0.81% | - |
| HSV(B) | 144.55º | 0.19% | 0.9% | - |
| XYZ | 58.81 | 70.66 | 67.04 | - |
| YUV | 212.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 203 | 0.19 | 0 | 0.11 | 0.10 | 144.55 | 0.46 | 0.81 |
| Hex | B9 | E5 | CB | 13 | 0 | B | A | 91 | 2E | 51 |
| Octal | 271 | 345 | 313 | 23 | 0 | 13 | 12 | 221 | 56 | 121 |
| Binary | 10111001 | 11100101 | 11001011 | 10011 | 0 | 1011 | 1010 | 10010001 | 101110 | 1010001 |
Color Harmonies of #B9E5CB
Complementary color
Monochromatic Colors of #B9E5CB
Black with #B9E5CB
Text Example
Text Example
White with #B9E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E5CB; }
p { color: rgb(185,229,203); }
H1.HeaderClassName
{
color: #B9E5CB;
}
.AnyTagClassName
{
color: #B9E5CB;
}
</style>
background-color css
<style>
a { background-color: #B9E5CB; }
a { background-color: rgb(185,229,203); }
div.DivClassName
{
background-color: #B9E5CB;
}
.BgClassName
{
background-color: #B9E5CB;
}
</style>
border-color css
<style>
span { border-color: #B9E5CB; }
span { border-color: rgb(185,229,203); }
td.TdClassName
{
border-color: #B9E5CB;
}
.TagClassName
{
border-color: #B9E5CB;
}
</style>