Shades of Aero Blue #B9F4DB
Tints of Aero Blue #B9F4DB
RGB
CMYK
RGB Variations
Color information
#B9F4DB (or 0xB9F4DB) is known color: Aero Blue. HEX triplet: B9, F4 and DB. RGB value is (185,244,219). Sum of RGB (Red+Green+Blue) = 185+244+219=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F4DB is #460B24. Grayscale: #DFDFDF. Windows color (decimal): -4590373 or 14415033. OLE color: 14415033.
HSL color Cylindrical-coordinate representation of color #B9F4DB: hue angle of 154.58º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F4DB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 244 | 219 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.04 |
| HSL | 154.58º | 0.73% | 0.84% | - |
| HSV(B) | 154.58º | 0.24% | 0.96% | - |
| XYZ | 65.14 | 80.13 | 79.05 | - |
| YUV | 223.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 244 | 219 | 0.24 | 0 | 0.10 | 0.04 | 154.58 | 0.73 | 0.84 |
| Hex | B9 | F4 | DB | 18 | 0 | A | 4 | 9B | 49 | 54 |
| Octal | 271 | 364 | 333 | 30 | 0 | 12 | 4 | 233 | 111 | 124 |
| Binary | 10111001 | 11110100 | 11011011 | 11000 | 0 | 1010 | 100 | 10011011 | 1001001 | 1010100 |
Color Harmonies of #B9F4DB
Complementary color
Monochromatic Colors of #B9F4DB
Black with #B9F4DB
Text Example
Text Example
White with #B9F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F4DB; }
p { color: rgb(185,244,219); }
H1.HeaderClassName
{
color: #B9F4DB;
}
.AnyTagClassName
{
color: #B9F4DB;
}
</style>
background-color css
<style>
a { background-color: #B9F4DB; }
a { background-color: rgb(185,244,219); }
div.DivClassName
{
background-color: #B9F4DB;
}
.BgClassName
{
background-color: #B9F4DB;
}
</style>
border-color css
<style>
span { border-color: #B9F4DB; }
span { border-color: rgb(185,244,219); }
td.TdClassName
{
border-color: #B9F4DB;
}
.TagClassName
{
border-color: #B9F4DB;
}
</style>