Shades of Aero Blue #B9E9D6
Tints of Aero Blue #B9E9D6
RGB
CMYK
RGB Variations
Color information
#B9E9D6 (or 0xB9E9D6) is known color: Aero Blue. HEX triplet: B9, E9 and D6. RGB value is (185,233,214). Sum of RGB (Red+Green+Blue) = 185+233+214=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9D6 is #461629. Grayscale: #D8D8D8. Windows color (decimal): -4593194 or 14084537. OLE color: 14084537.
HSL color Cylindrical-coordinate representation of color #B9E9D6: hue angle of 156.25º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9D6 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 214 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.09 |
| HSL | 156.25º | 0.52% | 0.82% | - |
| HSV(B) | 156.25º | 0.21% | 0.91% | - |
| XYZ | 61.28 | 73.45 | 74.57 | - |
| YUV | 216.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 214 | 0.21 | 0 | 0.08 | 0.09 | 156.25 | 0.52 | 0.82 |
| Hex | B9 | E9 | D6 | 15 | 0 | 8 | 9 | 9C | 34 | 52 |
| Octal | 271 | 351 | 326 | 25 | 0 | 10 | 11 | 234 | 64 | 122 |
| Binary | 10111001 | 11101001 | 11010110 | 10101 | 0 | 1000 | 1001 | 10011100 | 110100 | 1010010 |
Color Harmonies of #B9E9D6
Complementary color
Monochromatic Colors of #B9E9D6
Black with #B9E9D6
Text Example
Text Example
White with #B9E9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E9D6; }
p { color: rgb(185,233,214); }
H1.HeaderClassName
{
color: #B9E9D6;
}
.AnyTagClassName
{
color: #B9E9D6;
}
</style>
background-color css
<style>
a { background-color: #B9E9D6; }
a { background-color: rgb(185,233,214); }
div.DivClassName
{
background-color: #B9E9D6;
}
.BgClassName
{
background-color: #B9E9D6;
}
</style>
border-color css
<style>
span { border-color: #B9E9D6; }
span { border-color: rgb(185,233,214); }
td.TdClassName
{
border-color: #B9E9D6;
}
.TagClassName
{
border-color: #B9E9D6;
}
</style>