Shades of Aero Blue #B9E4D3
Tints of Aero Blue #B9E4D3
RGB
CMYK
RGB Variations
Color information
#B9E4D3 (or 0xB9E4D3) is known color: Aero Blue. HEX triplet: B9, E4 and D3. RGB value is (185,228,211). Sum of RGB (Red+Green+Blue) = 185+228+211=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4D3 is #461B2C. Grayscale: #D5D5D5. Windows color (decimal): -4594477 or 13886649. OLE color: 13886649.
HSL color Cylindrical-coordinate representation of color #B9E4D3: hue angle of 156.28º 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 #B9E4D3 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 211 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.11 |
| HSL | 156.28º | 0.44% | 0.81% | - |
| HSV(B) | 156.28º | 0.19% | 0.89% | - |
| XYZ | 59.51 | 70.5 | 72.1 | - |
| YUV | 213.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 211 | 0.19 | 0 | 0.07 | 0.11 | 156.28 | 0.44 | 0.81 |
| Hex | B9 | E4 | D3 | 13 | 0 | 7 | B | 9C | 2C | 51 |
| Octal | 271 | 344 | 323 | 23 | 0 | 7 | 13 | 234 | 54 | 121 |
| Binary | 10111001 | 11100100 | 11010011 | 10011 | 0 | 111 | 1011 | 10011100 | 101100 | 1010001 |
Color Harmonies of #B9E4D3
Complementary color
Monochromatic Colors of #B9E4D3
Black with #B9E4D3
Text Example
Text Example
White with #B9E4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E4D3; }
p { color: rgb(185,228,211); }
H1.HeaderClassName
{
color: #B9E4D3;
}
.AnyTagClassName
{
color: #B9E4D3;
}
</style>
background-color css
<style>
a { background-color: #B9E4D3; }
a { background-color: rgb(185,228,211); }
div.DivClassName
{
background-color: #B9E4D3;
}
.BgClassName
{
background-color: #B9E4D3;
}
</style>
border-color css
<style>
span { border-color: #B9E4D3; }
span { border-color: rgb(185,228,211); }
td.TdClassName
{
border-color: #B9E4D3;
}
.TagClassName
{
border-color: #B9E4D3;
}
</style>