Shades of Aero Blue #B9F7DB
Tints of Aero Blue #B9F7DB
RGB
CMYK
RGB Variations
Color information
#B9F7DB (or 0xB9F7DB) is known color: Aero Blue. HEX triplet: B9, F7 and DB. RGB value is (185,247,219). Sum of RGB (Red+Green+Blue) = 185+247+219=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F7DB is #460824. Grayscale: #E1E1E1. Windows color (decimal): -4589605 or 14415801. OLE color: 14415801.
HSL color Cylindrical-coordinate representation of color #B9F7DB: hue angle of 152.9º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F7DB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 247 | 219 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.03 |
| HSL | 152.9º | 0.79% | 0.85% | - |
| HSV(B) | 152.9º | 0.25% | 0.97% | - |
| XYZ | 66.05 | 81.95 | 79.35 | - |
| YUV | 225.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 247 | 219 | 0.25 | 0 | 0.11 | 0.03 | 152.9 | 0.79 | 0.85 |
| Hex | B9 | F7 | DB | 19 | 0 | B | 3 | 99 | 4F | 55 |
| Octal | 271 | 367 | 333 | 31 | 0 | 13 | 3 | 231 | 117 | 125 |
| Binary | 10111001 | 11110111 | 11011011 | 11001 | 0 | 1011 | 11 | 10011001 | 1001111 | 1010101 |
Color Harmonies of #B9F7DB
Complementary color
Monochromatic Colors of #B9F7DB
Black with #B9F7DB
Text Example
Text Example
White with #B9F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F7DB; }
p { color: rgb(185,247,219); }
H1.HeaderClassName
{
color: #B9F7DB;
}
.AnyTagClassName
{
color: #B9F7DB;
}
</style>
background-color css
<style>
a { background-color: #B9F7DB; }
a { background-color: rgb(185,247,219); }
div.DivClassName
{
background-color: #B9F7DB;
}
.BgClassName
{
background-color: #B9F7DB;
}
</style>
border-color css
<style>
span { border-color: #B9F7DB; }
span { border-color: rgb(185,247,219); }
td.TdClassName
{
border-color: #B9F7DB;
}
.TagClassName
{
border-color: #B9F7DB;
}
</style>