Shades of Aero Blue #B9ECD5
Tints of Aero Blue #B9ECD5
RGB
CMYK
RGB Variations
Color information
#B9ECD5 (or 0xB9ECD5) is known color: Aero Blue. HEX triplet: B9, EC and D5. RGB value is (185,236,213). Sum of RGB (Red+Green+Blue) = 185+236+213=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD5 is #46132A. Grayscale: #DADADA. Windows color (decimal): -4592427 or 14019769. OLE color: 14019769.
HSL color Cylindrical-coordinate representation of color #B9ECD5: hue angle of 152.94º degrees, saturation: 0.57, 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 #B9ECD5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 213 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.07 |
| HSL | 152.94º | 0.57% | 0.83% | - |
| HSV(B) | 152.94º | 0.22% | 0.93% | - |
| XYZ | 62.01 | 75.11 | 74.18 | - |
| YUV | 218.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 213 | 0.22 | 0 | 0.10 | 0.07 | 152.94 | 0.57 | 0.83 |
| Hex | B9 | EC | D5 | 16 | 0 | A | 7 | 99 | 39 | 53 |
| Octal | 271 | 354 | 325 | 26 | 0 | 12 | 7 | 231 | 71 | 123 |
| Binary | 10111001 | 11101100 | 11010101 | 10110 | 0 | 1010 | 111 | 10011001 | 111001 | 1010011 |
Color Harmonies of #B9ECD5
Complementary color
Monochromatic Colors of #B9ECD5
Black with #B9ECD5
Text Example
Text Example
White with #B9ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECD5; }
p { color: rgb(185,236,213); }
H1.HeaderClassName
{
color: #B9ECD5;
}
.AnyTagClassName
{
color: #B9ECD5;
}
</style>
background-color css
<style>
a { background-color: #B9ECD5; }
a { background-color: rgb(185,236,213); }
div.DivClassName
{
background-color: #B9ECD5;
}
.BgClassName
{
background-color: #B9ECD5;
}
</style>
border-color css
<style>
span { border-color: #B9ECD5; }
span { border-color: rgb(185,236,213); }
td.TdClassName
{
border-color: #B9ECD5;
}
.TagClassName
{
border-color: #B9ECD5;
}
</style>