Shades of Aero Blue #B9F6DB
Tints of Aero Blue #B9F6DB
RGB
CMYK
RGB Variations
Color information
#B9F6DB (or 0xB9F6DB) is known color: Aero Blue. HEX triplet: B9, F6 and DB. RGB value is (185,246,219). Sum of RGB (Red+Green+Blue) = 185+246+219=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6DB is #460924. Grayscale: #E0E0E0. Windows color (decimal): -4589861 or 14415545. OLE color: 14415545.
HSL color Cylindrical-coordinate representation of color #B9F6DB: hue angle of 153.44º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F6DB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 246 | 219 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.04 |
| HSL | 153.44º | 0.77% | 0.85% | - |
| HSV(B) | 153.44º | 0.25% | 0.96% | - |
| XYZ | 65.75 | 81.34 | 79.25 | - |
| YUV | 224.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 246 | 219 | 0.25 | 0 | 0.11 | 0.04 | 153.44 | 0.77 | 0.85 |
| Hex | B9 | F6 | DB | 19 | 0 | B | 4 | 99 | 4D | 55 |
| Octal | 271 | 366 | 333 | 31 | 0 | 13 | 4 | 231 | 115 | 125 |
| Binary | 10111001 | 11110110 | 11011011 | 11001 | 0 | 1011 | 100 | 10011001 | 1001101 | 1010101 |
Color Harmonies of #B9F6DB
Complementary color
Monochromatic Colors of #B9F6DB
Black with #B9F6DB
Text Example
Text Example
White with #B9F6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F6DB; }
p { color: rgb(185,246,219); }
H1.HeaderClassName
{
color: #B9F6DB;
}
.AnyTagClassName
{
color: #B9F6DB;
}
</style>
background-color css
<style>
a { background-color: #B9F6DB; }
a { background-color: rgb(185,246,219); }
div.DivClassName
{
background-color: #B9F6DB;
}
.BgClassName
{
background-color: #B9F6DB;
}
</style>
border-color css
<style>
span { border-color: #B9F6DB; }
span { border-color: rgb(185,246,219); }
td.TdClassName
{
border-color: #B9F6DB;
}
.TagClassName
{
border-color: #B9F6DB;
}
</style>