Shades of Aero Blue #B9EDD3
Tints of Aero Blue #B9EDD3
RGB
CMYK
RGB Variations
Color information
#B9EDD3 (or 0xB9EDD3) is known color: Aero Blue. HEX triplet: B9, ED and D3. RGB value is (185,237,211). Sum of RGB (Red+Green+Blue) = 185+237+211=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDD3 is #46122C. Grayscale: #DADADA. Windows color (decimal): -4592173 or 13888953. OLE color: 13888953.
HSL color Cylindrical-coordinate representation of color #B9EDD3: hue angle of 150º degrees, saturation: 0.59, 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 #B9EDD3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 211 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.07 |
| HSL | 150º | 0.59% | 0.83% | - |
| HSV(B) | 150º | 0.22% | 0.93% | - |
| XYZ | 62.05 | 75.59 | 72.95 | - |
| YUV | 218.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 211 | 0.22 | 0 | 0.11 | 0.07 | 150 | 0.59 | 0.83 |
| Hex | B9 | ED | D3 | 16 | 0 | B | 7 | 96 | 3B | 53 |
| Octal | 271 | 355 | 323 | 26 | 0 | 13 | 7 | 226 | 73 | 123 |
| Binary | 10111001 | 11101101 | 11010011 | 10110 | 0 | 1011 | 111 | 10010110 | 111011 | 1010011 |
Color Harmonies of #B9EDD3
Complementary color
Monochromatic Colors of #B9EDD3
Black with #B9EDD3
Text Example
Text Example
White with #B9EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EDD3; }
p { color: rgb(185,237,211); }
H1.HeaderClassName
{
color: #B9EDD3;
}
.AnyTagClassName
{
color: #B9EDD3;
}
</style>
background-color css
<style>
a { background-color: #B9EDD3; }
a { background-color: rgb(185,237,211); }
div.DivClassName
{
background-color: #B9EDD3;
}
.BgClassName
{
background-color: #B9EDD3;
}
</style>
border-color css
<style>
span { border-color: #B9EDD3; }
span { border-color: rgb(185,237,211); }
td.TdClassName
{
border-color: #B9EDD3;
}
.TagClassName
{
border-color: #B9EDD3;
}
</style>