Shades of Aero Blue #B9ECD2
Tints of Aero Blue #B9ECD2
RGB
CMYK
RGB Variations
Color information
#B9ECD2 (or 0xB9ECD2) is known color: Aero Blue. HEX triplet: B9, EC and D2. RGB value is (185,236,210). Sum of RGB (Red+Green+Blue) = 185+236+210=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD2 is #46132D. Grayscale: #D9D9D9. Windows color (decimal): -4592430 or 13823161. OLE color: 13823161.
HSL color Cylindrical-coordinate representation of color #B9ECD2: hue angle of 149.41º 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 #B9ECD2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 210 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.07 |
| HSL | 149.41º | 0.57% | 0.83% | - |
| HSV(B) | 149.41º | 0.22% | 0.93% | - |
| XYZ | 61.64 | 74.96 | 72.19 | - |
| YUV | 217.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 210 | 0.22 | 0 | 0.11 | 0.07 | 149.41 | 0.57 | 0.83 |
| Hex | B9 | EC | D2 | 16 | 0 | B | 7 | 95 | 39 | 53 |
| Octal | 271 | 354 | 322 | 26 | 0 | 13 | 7 | 225 | 71 | 123 |
| Binary | 10111001 | 11101100 | 11010010 | 10110 | 0 | 1011 | 111 | 10010101 | 111001 | 1010011 |
Color Harmonies of #B9ECD2
Complementary color
Monochromatic Colors of #B9ECD2
Black with #B9ECD2
Text Example
Text Example
White with #B9ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECD2; }
p { color: rgb(185,236,210); }
H1.HeaderClassName
{
color: #B9ECD2;
}
.AnyTagClassName
{
color: #B9ECD2;
}
</style>
background-color css
<style>
a { background-color: #B9ECD2; }
a { background-color: rgb(185,236,210); }
div.DivClassName
{
background-color: #B9ECD2;
}
.BgClassName
{
background-color: #B9ECD2;
}
</style>
border-color css
<style>
span { border-color: #B9ECD2; }
span { border-color: rgb(185,236,210); }
td.TdClassName
{
border-color: #B9ECD2;
}
.TagClassName
{
border-color: #B9ECD2;
}
</style>