Shades of Aero Blue #B9E2CB
Tints of Aero Blue #B9E2CB
RGB
CMYK
RGB Variations
Color information
#B9E2CB (or 0xB9E2CB) is known color: Aero Blue. HEX triplet: B9, E2 and CB. RGB value is (185,226,203). Sum of RGB (Red+Green+Blue) = 185+226+203=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2CB is #461D34. Grayscale: #D3D3D3. Windows color (decimal): -4594997 or 13361849. OLE color: 13361849.
HSL color Cylindrical-coordinate representation of color #B9E2CB: hue angle of 146.34º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2CB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 203 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.11 |
| HSL | 146.34º | 0.41% | 0.81% | - |
| HSV(B) | 146.34º | 0.18% | 0.89% | - |
| XYZ | 57.98 | 69.02 | 66.77 | - |
| YUV | 211.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 203 | 0.18 | 0 | 0.10 | 0.11 | 146.34 | 0.41 | 0.81 |
| Hex | B9 | E2 | CB | 12 | 0 | A | B | 92 | 29 | 51 |
| Octal | 271 | 342 | 313 | 22 | 0 | 12 | 13 | 222 | 51 | 121 |
| Binary | 10111001 | 11100010 | 11001011 | 10010 | 0 | 1010 | 1011 | 10010010 | 101001 | 1010001 |
Color Harmonies of #B9E2CB
Complementary color
Monochromatic Colors of #B9E2CB
Black with #B9E2CB
Text Example
Text Example
White with #B9E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2CB; }
p { color: rgb(185,226,203); }
H1.HeaderClassName
{
color: #B9E2CB;
}
.AnyTagClassName
{
color: #B9E2CB;
}
</style>
background-color css
<style>
a { background-color: #B9E2CB; }
a { background-color: rgb(185,226,203); }
div.DivClassName
{
background-color: #B9E2CB;
}
.BgClassName
{
background-color: #B9E2CB;
}
</style>
border-color css
<style>
span { border-color: #B9E2CB; }
span { border-color: rgb(185,226,203); }
td.TdClassName
{
border-color: #B9E2CB;
}
.TagClassName
{
border-color: #B9E2CB;
}
</style>