Shades of Aero Blue #B9EACF
Tints of Aero Blue #B9EACF
RGB
CMYK
RGB Variations
Color information
#B9EACF (or 0xB9EACF) is known color: Aero Blue. HEX triplet: B9, EA and CF. RGB value is (185,234,207). Sum of RGB (Red+Green+Blue) = 185+234+207=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EACF is #461530. Grayscale: #D8D8D8. Windows color (decimal): -4592945 or 13626041. OLE color: 13626041.
HSL color Cylindrical-coordinate representation of color #B9EACF: hue angle of 146.94º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EACF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 207 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.08 |
| HSL | 146.94º | 0.54% | 0.82% | - |
| HSV(B) | 146.94º | 0.21% | 0.92% | - |
| XYZ | 60.69 | 73.66 | 70.05 | - |
| YUV | 216.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 207 | 0.21 | 0 | 0.12 | 0.08 | 146.94 | 0.54 | 0.82 |
| Hex | B9 | EA | CF | 15 | 0 | C | 8 | 93 | 36 | 52 |
| Octal | 271 | 352 | 317 | 25 | 0 | 14 | 10 | 223 | 66 | 122 |
| Binary | 10111001 | 11101010 | 11001111 | 10101 | 0 | 1100 | 1000 | 10010011 | 110110 | 1010010 |
Color Harmonies of #B9EACF
Complementary color
Monochromatic Colors of #B9EACF
Black with #B9EACF
Text Example
Text Example
White with #B9EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EACF; }
p { color: rgb(185,234,207); }
H1.HeaderClassName
{
color: #B9EACF;
}
.AnyTagClassName
{
color: #B9EACF;
}
</style>
background-color css
<style>
a { background-color: #B9EACF; }
a { background-color: rgb(185,234,207); }
div.DivClassName
{
background-color: #B9EACF;
}
.BgClassName
{
background-color: #B9EACF;
}
</style>
border-color css
<style>
span { border-color: #B9EACF; }
span { border-color: rgb(185,234,207); }
td.TdClassName
{
border-color: #B9EACF;
}
.TagClassName
{
border-color: #B9EACF;
}
</style>