Shades of Aero Blue #B9F2D9
Tints of Aero Blue #B9F2D9
RGB
CMYK
RGB Variations
Color information
#B9F2D9 (or 0xB9F2D9) is known color: Aero Blue. HEX triplet: B9, F2 and D9. RGB value is (185,242,217). Sum of RGB (Red+Green+Blue) = 185+242+217=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2D9 is #460D26. Grayscale: #DEDEDE. Windows color (decimal): -4590887 or 14283449. OLE color: 14283449.
HSL color Cylindrical-coordinate representation of color #B9F2D9: hue angle of 153.68º degrees, saturation: 0.69, 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 #B9F2D9 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 217 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.05 |
| HSL | 153.68º | 0.69% | 0.84% | - |
| HSV(B) | 153.68º | 0.24% | 0.95% | - |
| XYZ | 64.28 | 78.83 | 77.47 | - |
| YUV | 222.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 217 | 0.24 | 0 | 0.10 | 0.05 | 153.68 | 0.69 | 0.84 |
| Hex | B9 | F2 | D9 | 18 | 0 | A | 5 | 9A | 45 | 54 |
| Octal | 271 | 362 | 331 | 30 | 0 | 12 | 5 | 232 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11011001 | 11000 | 0 | 1010 | 101 | 10011010 | 1000101 | 1010100 |
Color Harmonies of #B9F2D9
Complementary color
Monochromatic Colors of #B9F2D9
Black with #B9F2D9
Text Example
Text Example
White with #B9F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2D9; }
p { color: rgb(185,242,217); }
H1.HeaderClassName
{
color: #B9F2D9;
}
.AnyTagClassName
{
color: #B9F2D9;
}
</style>
background-color css
<style>
a { background-color: #B9F2D9; }
a { background-color: rgb(185,242,217); }
div.DivClassName
{
background-color: #B9F2D9;
}
.BgClassName
{
background-color: #B9F2D9;
}
</style>
border-color css
<style>
span { border-color: #B9F2D9; }
span { border-color: rgb(185,242,217); }
td.TdClassName
{
border-color: #B9F2D9;
}
.TagClassName
{
border-color: #B9F2D9;
}
</style>