Shades of Aero Blue #B9FADB
Tints of Aero Blue #B9FADB
RGB
CMYK
RGB Variations
Color information
#B9FADB (or 0xB9FADB) is known color: Aero Blue. HEX triplet: B9, FA and DB. RGB value is (185,250,219). Sum of RGB (Red+Green+Blue) = 185+250+219=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FADB is #460524. Grayscale: #E3E3E3. Windows color (decimal): -4588837 or 14416569. OLE color: 14416569.
HSL color Cylindrical-coordinate representation of color #B9FADB: hue angle of 151.38º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FADB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 219 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.02 |
| HSL | 151.38º | 0.87% | 0.85% | - |
| HSV(B) | 151.38º | 0.26% | 0.98% | - |
| XYZ | 66.98 | 83.8 | 79.66 | - |
| YUV | 227.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 219 | 0.26 | 0 | 0.12 | 0.02 | 151.38 | 0.87 | 0.85 |
| Hex | B9 | FA | DB | 1A | 0 | C | 2 | 97 | 57 | 55 |
| Octal | 271 | 372 | 333 | 32 | 0 | 14 | 2 | 227 | 127 | 125 |
| Binary | 10111001 | 11111010 | 11011011 | 11010 | 0 | 1100 | 10 | 10010111 | 1010111 | 1010101 |
Color Harmonies of #B9FADB
Complementary color
Monochromatic Colors of #B9FADB
Black with #B9FADB
Text Example
Text Example
White with #B9FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FADB; }
p { color: rgb(185,250,219); }
H1.HeaderClassName
{
color: #B9FADB;
}
.AnyTagClassName
{
color: #B9FADB;
}
</style>
background-color css
<style>
a { background-color: #B9FADB; }
a { background-color: rgb(185,250,219); }
div.DivClassName
{
background-color: #B9FADB;
}
.BgClassName
{
background-color: #B9FADB;
}
</style>
border-color css
<style>
span { border-color: #B9FADB; }
span { border-color: rgb(185,250,219); }
td.TdClassName
{
border-color: #B9FADB;
}
.TagClassName
{
border-color: #B9FADB;
}
</style>