Shades of Aero Blue #B9F9D8
Tints of Aero Blue #B9F9D8
RGB
CMYK
RGB Variations
Color information
#B9F9D8 (or 0xB9F9D8) is known color: Aero Blue. HEX triplet: B9, F9 and D8. RGB value is (185,249,216). Sum of RGB (Red+Green+Blue) = 185+249+216=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9D8 is #460627. Grayscale: #E2E2E2. Windows color (decimal): -4589096 or 14219705. OLE color: 14219705.
HSL color Cylindrical-coordinate representation of color #B9F9D8: hue angle of 149.06º degrees, saturation: 0.84, 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 #B9F9D8 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 249 | 216 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.02 |
| HSL | 149.06º | 0.84% | 0.85% | - |
| HSV(B) | 149.06º | 0.26% | 0.98% | - |
| XYZ | 66.28 | 83.02 | 77.5 | - |
| YUV | 226.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 249 | 216 | 0.26 | 0 | 0.13 | 0.02 | 149.06 | 0.84 | 0.85 |
| Hex | B9 | F9 | D8 | 1A | 0 | D | 2 | 95 | 54 | 55 |
| Octal | 271 | 371 | 330 | 32 | 0 | 15 | 2 | 225 | 124 | 125 |
| Binary | 10111001 | 11111001 | 11011000 | 11010 | 0 | 1101 | 10 | 10010101 | 1010100 | 1010101 |
Color Harmonies of #B9F9D8
Complementary color
Monochromatic Colors of #B9F9D8
Black with #B9F9D8
Text Example
Text Example
White with #B9F9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F9D8; }
p { color: rgb(185,249,216); }
H1.HeaderClassName
{
color: #B9F9D8;
}
.AnyTagClassName
{
color: #B9F9D8;
}
</style>
background-color css
<style>
a { background-color: #B9F9D8; }
a { background-color: rgb(185,249,216); }
div.DivClassName
{
background-color: #B9F9D8;
}
.BgClassName
{
background-color: #B9F9D8;
}
</style>
border-color css
<style>
span { border-color: #B9F9D8; }
span { border-color: rgb(185,249,216); }
td.TdClassName
{
border-color: #B9F9D8;
}
.TagClassName
{
border-color: #B9F9D8;
}
</style>