Shades of Aero Blue #B9E7CF
Tints of Aero Blue #B9E7CF
RGB
CMYK
RGB Variations
Color information
#B9E7CF (or 0xB9E7CF) is known color: Aero Blue. HEX triplet: B9, E7 and CF. RGB value is (185,231,207). Sum of RGB (Red+Green+Blue) = 185+231+207=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7CF is #461830. Grayscale: #D6D6D6. Windows color (decimal): -4593713 or 13625273. OLE color: 13625273.
HSL color Cylindrical-coordinate representation of color #B9E7CF: hue angle of 148.7º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E7CF is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 207 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.09 |
| HSL | 148.7º | 0.49% | 0.82% | - |
| HSV(B) | 148.7º | 0.2% | 0.91% | - |
| XYZ | 59.85 | 71.97 | 69.77 | - |
| YUV | 214.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 207 | 0.20 | 0 | 0.10 | 0.09 | 148.7 | 0.49 | 0.82 |
| Hex | B9 | E7 | CF | 14 | 0 | A | 9 | 95 | 31 | 52 |
| Octal | 271 | 347 | 317 | 24 | 0 | 12 | 11 | 225 | 61 | 122 |
| Binary | 10111001 | 11100111 | 11001111 | 10100 | 0 | 1010 | 1001 | 10010101 | 110001 | 1010010 |
Color Harmonies of #B9E7CF
Complementary color
Monochromatic Colors of #B9E7CF
Black with #B9E7CF
Text Example
Text Example
White with #B9E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E7CF; }
p { color: rgb(185,231,207); }
H1.HeaderClassName
{
color: #B9E7CF;
}
.AnyTagClassName
{
color: #B9E7CF;
}
</style>
background-color css
<style>
a { background-color: #B9E7CF; }
a { background-color: rgb(185,231,207); }
div.DivClassName
{
background-color: #B9E7CF;
}
.BgClassName
{
background-color: #B9E7CF;
}
</style>
border-color css
<style>
span { border-color: #B9E7CF; }
span { border-color: rgb(185,231,207); }
td.TdClassName
{
border-color: #B9E7CF;
}
.TagClassName
{
border-color: #B9E7CF;
}
</style>