Shades of Aero Blue #B9F3DB
Tints of Aero Blue #B9F3DB
RGB
CMYK
RGB Variations
Color information
#B9F3DB (or 0xB9F3DB) is known color: Aero Blue. HEX triplet: B9, F3 and DB. RGB value is (185,243,219). Sum of RGB (Red+Green+Blue) = 185+243+219=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F3DB is #460C24. Grayscale: #DEDEDE. Windows color (decimal): -4590629 or 14414777. OLE color: 14414777.
HSL color Cylindrical-coordinate representation of color #B9F3DB: hue angle of 155.17º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F3DB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 219 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.05 |
| HSL | 155.17º | 0.71% | 0.84% | - |
| HSV(B) | 155.17º | 0.24% | 0.95% | - |
| XYZ | 64.84 | 79.53 | 78.95 | - |
| YUV | 222.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 219 | 0.24 | 0 | 0.10 | 0.05 | 155.17 | 0.71 | 0.84 |
| Hex | B9 | F3 | DB | 18 | 0 | A | 5 | 9B | 47 | 54 |
| Octal | 271 | 363 | 333 | 30 | 0 | 12 | 5 | 233 | 107 | 124 |
| Binary | 10111001 | 11110011 | 11011011 | 11000 | 0 | 1010 | 101 | 10011011 | 1000111 | 1010100 |
Color Harmonies of #B9F3DB
Complementary color
Monochromatic Colors of #B9F3DB
Black with #B9F3DB
Text Example
Text Example
White with #B9F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F3DB; }
p { color: rgb(185,243,219); }
H1.HeaderClassName
{
color: #B9F3DB;
}
.AnyTagClassName
{
color: #B9F3DB;
}
</style>
background-color css
<style>
a { background-color: #B9F3DB; }
a { background-color: rgb(185,243,219); }
div.DivClassName
{
background-color: #B9F3DB;
}
.BgClassName
{
background-color: #B9F3DB;
}
</style>
border-color css
<style>
span { border-color: #B9F3DB; }
span { border-color: rgb(185,243,219); }
td.TdClassName
{
border-color: #B9F3DB;
}
.TagClassName
{
border-color: #B9F3DB;
}
</style>