Shades of Aero Blue #B9EED1
Tints of Aero Blue #B9EED1
RGB
CMYK
RGB Variations
Color information
#B9EED1 (or 0xB9EED1) is known color: Aero Blue. HEX triplet: B9, EE and D1. RGB value is (185,238,209). Sum of RGB (Red+Green+Blue) = 185+238+209=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EED1 is #46112E. Grayscale: #DADADA. Windows color (decimal): -4591919 or 13758137. OLE color: 13758137.
HSL color Cylindrical-coordinate representation of color #B9EED1: hue angle of 147.17º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EED1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 238 | 209 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.07 |
| HSL | 147.17º | 0.61% | 0.83% | - |
| HSV(B) | 147.17º | 0.22% | 0.93% | - |
| XYZ | 62.09 | 76.07 | 71.73 | - |
| YUV | 218.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 238 | 209 | 0.22 | 0 | 0.12 | 0.07 | 147.17 | 0.61 | 0.83 |
| Hex | B9 | EE | D1 | 16 | 0 | C | 7 | 93 | 3D | 53 |
| Octal | 271 | 356 | 321 | 26 | 0 | 14 | 7 | 223 | 75 | 123 |
| Binary | 10111001 | 11101110 | 11010001 | 10110 | 0 | 1100 | 111 | 10010011 | 111101 | 1010011 |
Color Harmonies of #B9EED1
Complementary color
Monochromatic Colors of #B9EED1
Black with #B9EED1
Text Example
Text Example
White with #B9EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EED1; }
p { color: rgb(185,238,209); }
H1.HeaderClassName
{
color: #B9EED1;
}
.AnyTagClassName
{
color: #B9EED1;
}
</style>
background-color css
<style>
a { background-color: #B9EED1; }
a { background-color: rgb(185,238,209); }
div.DivClassName
{
background-color: #B9EED1;
}
.BgClassName
{
background-color: #B9EED1;
}
</style>
border-color css
<style>
span { border-color: #B9EED1; }
span { border-color: rgb(185,238,209); }
td.TdClassName
{
border-color: #B9EED1;
}
.TagClassName
{
border-color: #B9EED1;
}
</style>