Shades of Aero Blue #B9F7DC
Tints of Aero Blue #B9F7DC
RGB
CMYK
RGB Variations
Color information
#B9F7DC (or 0xB9F7DC) is known color: Aero Blue. HEX triplet: B9, F7 and DC. RGB value is (185,247,220). Sum of RGB (Red+Green+Blue) = 185+247+220=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F7DC is #460823. Grayscale: #E1E1E1. Windows color (decimal): -4589604 or 14481337. OLE color: 14481337.
HSL color Cylindrical-coordinate representation of color #B9F7DC: hue angle of 153.87º 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 #B9F7DC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 247 | 220 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.03 |
| HSL | 153.87º | 0.79% | 0.85% | - |
| HSV(B) | 153.87º | 0.25% | 0.97% | - |
| XYZ | 66.19 | 82 | 80.05 | - |
| YUV | 225.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 247 | 220 | 0.25 | 0 | 0.11 | 0.03 | 153.87 | 0.79 | 0.85 |
| Hex | B9 | F7 | DC | 19 | 0 | B | 3 | 9A | 4F | 55 |
| Octal | 271 | 367 | 334 | 31 | 0 | 13 | 3 | 232 | 117 | 125 |
| Binary | 10111001 | 11110111 | 11011100 | 11001 | 0 | 1011 | 11 | 10011010 | 1001111 | 1010101 |
Color Harmonies of #B9F7DC
Complementary color
Monochromatic Colors of #B9F7DC
Black with #B9F7DC
Text Example
Text Example
White with #B9F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F7DC; }
p { color: rgb(185,247,220); }
H1.HeaderClassName
{
color: #B9F7DC;
}
.AnyTagClassName
{
color: #B9F7DC;
}
</style>
background-color css
<style>
a { background-color: #B9F7DC; }
a { background-color: rgb(185,247,220); }
div.DivClassName
{
background-color: #B9F7DC;
}
.BgClassName
{
background-color: #B9F7DC;
}
</style>
border-color css
<style>
span { border-color: #B9F7DC; }
span { border-color: rgb(185,247,220); }
td.TdClassName
{
border-color: #B9F7DC;
}
.TagClassName
{
border-color: #B9F7DC;
}
</style>