Shades of Aero Blue #B9E2CA
Tints of Aero Blue #B9E2CA
RGB
CMYK
RGB Variations
Color information
#B9E2CA (or 0xB9E2CA) is known color: Aero Blue. HEX triplet: B9, E2 and CA. RGB value is (185,226,202). Sum of RGB (Red+Green+Blue) = 185+226+202=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2CA is #461D35. Grayscale: #D3D3D3. Windows color (decimal): -4594998 or 13296313. OLE color: 13296313.
HSL color Cylindrical-coordinate representation of color #B9E2CA: hue angle of 144.88º 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 #B9E2CA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 202 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.11 |
| HSL | 144.88º | 0.41% | 0.81% | - |
| HSV(B) | 144.88º | 0.18% | 0.89% | - |
| XYZ | 57.86 | 68.97 | 66.14 | - |
| YUV | 211.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 202 | 0.18 | 0 | 0.11 | 0.11 | 144.88 | 0.41 | 0.81 |
| Hex | B9 | E2 | CA | 12 | 0 | B | B | 91 | 29 | 51 |
| Octal | 271 | 342 | 312 | 22 | 0 | 13 | 13 | 221 | 51 | 121 |
| Binary | 10111001 | 11100010 | 11001010 | 10010 | 0 | 1011 | 1011 | 10010001 | 101001 | 1010001 |
Color Harmonies of #B9E2CA
Complementary color
Monochromatic Colors of #B9E2CA
Black with #B9E2CA
Text Example
Text Example
White with #B9E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2CA; }
p { color: rgb(185,226,202); }
H1.HeaderClassName
{
color: #B9E2CA;
}
.AnyTagClassName
{
color: #B9E2CA;
}
</style>
background-color css
<style>
a { background-color: #B9E2CA; }
a { background-color: rgb(185,226,202); }
div.DivClassName
{
background-color: #B9E2CA;
}
.BgClassName
{
background-color: #B9E2CA;
}
</style>
border-color css
<style>
span { border-color: #B9E2CA; }
span { border-color: rgb(185,226,202); }
td.TdClassName
{
border-color: #B9E2CA;
}
.TagClassName
{
border-color: #B9E2CA;
}
</style>