Shades of Aero Blue #B9F4D3
Tints of Aero Blue #B9F4D3
RGB
CMYK
RGB Variations
Color information
#B9F4D3 (or 0xB9F4D3) is known color: Aero Blue. HEX triplet: B9, F4 and D3. RGB value is (185,244,211). Sum of RGB (Red+Green+Blue) = 185+244+211=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F4D3 is #460B2C. Grayscale: #DEDEDE. Windows color (decimal): -4590381 or 13890745. OLE color: 13890745.
HSL color Cylindrical-coordinate representation of color #B9F4D3: hue angle of 146.44º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F4D3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 244 | 211 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.04 |
| HSL | 146.44º | 0.73% | 0.84% | - |
| HSV(B) | 146.44º | 0.24% | 0.96% | - |
| XYZ | 64.12 | 79.72 | 73.64 | - |
| YUV | 222.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 244 | 211 | 0.24 | 0 | 0.14 | 0.04 | 146.44 | 0.73 | 0.84 |
| Hex | B9 | F4 | D3 | 18 | 0 | E | 4 | 92 | 49 | 54 |
| Octal | 271 | 364 | 323 | 30 | 0 | 16 | 4 | 222 | 111 | 124 |
| Binary | 10111001 | 11110100 | 11010011 | 11000 | 0 | 1110 | 100 | 10010010 | 1001001 | 1010100 |
Color Harmonies of #B9F4D3
Complementary color
Monochromatic Colors of #B9F4D3
Black with #B9F4D3
Text Example
Text Example
White with #B9F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F4D3; }
p { color: rgb(185,244,211); }
H1.HeaderClassName
{
color: #B9F4D3;
}
.AnyTagClassName
{
color: #B9F4D3;
}
</style>
background-color css
<style>
a { background-color: #B9F4D3; }
a { background-color: rgb(185,244,211); }
div.DivClassName
{
background-color: #B9F4D3;
}
.BgClassName
{
background-color: #B9F4D3;
}
</style>
border-color css
<style>
span { border-color: #B9F4D3; }
span { border-color: rgb(185,244,211); }
td.TdClassName
{
border-color: #B9F4D3;
}
.TagClassName
{
border-color: #B9F4D3;
}
</style>