Shades of Aero Blue #B9EDD1
Tints of Aero Blue #B9EDD1
RGB
CMYK
RGB Variations
Color information
#B9EDD1 (or 0xB9EDD1) is known color: Aero Blue. HEX triplet: B9, ED and D1. RGB value is (185,237,209). Sum of RGB (Red+Green+Blue) = 185+237+209=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDD1 is #46122E. Grayscale: #DADADA. Windows color (decimal): -4592175 or 13757881. OLE color: 13757881.
HSL color Cylindrical-coordinate representation of color #B9EDD1: hue angle of 147.69º 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 #B9EDD1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 209 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.07 |
| HSL | 147.69º | 0.59% | 0.83% | - |
| HSV(B) | 147.69º | 0.22% | 0.93% | - |
| XYZ | 61.8 | 75.49 | 71.63 | - |
| YUV | 218.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 209 | 0.22 | 0 | 0.12 | 0.07 | 147.69 | 0.59 | 0.83 |
| Hex | B9 | ED | D1 | 16 | 0 | C | 7 | 94 | 3B | 53 |
| Octal | 271 | 355 | 321 | 26 | 0 | 14 | 7 | 224 | 73 | 123 |
| Binary | 10111001 | 11101101 | 11010001 | 10110 | 0 | 1100 | 111 | 10010100 | 111011 | 1010011 |
Color Harmonies of #B9EDD1
Complementary color
Monochromatic Colors of #B9EDD1
Black with #B9EDD1
Text Example
Text Example
White with #B9EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EDD1; }
p { color: rgb(185,237,209); }
H1.HeaderClassName
{
color: #B9EDD1;
}
.AnyTagClassName
{
color: #B9EDD1;
}
</style>
background-color css
<style>
a { background-color: #B9EDD1; }
a { background-color: rgb(185,237,209); }
div.DivClassName
{
background-color: #B9EDD1;
}
.BgClassName
{
background-color: #B9EDD1;
}
</style>
border-color css
<style>
span { border-color: #B9EDD1; }
span { border-color: rgb(185,237,209); }
td.TdClassName
{
border-color: #B9EDD1;
}
.TagClassName
{
border-color: #B9EDD1;
}
</style>