Shades of Aero Blue #B6ECD0
Tints of Aero Blue #B6ECD0
RGB
CMYK
RGB Variations
Color information
#B6ECD0 (or 0xB6ECD0) is known color: Aero Blue. HEX triplet: B6, EC and D0. RGB value is (182,236,208). Sum of RGB (Red+Green+Blue) = 182+236+208=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECD0 is #49132F. Grayscale: #D8D8D8. Windows color (decimal): -4789040 or 13692086. OLE color: 13692086.
HSL color Cylindrical-coordinate representation of color #B6ECD0: hue angle of 148.89º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ECD0 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 208 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.07 |
| HSL | 148.89º | 0.59% | 0.82% | - |
| HSV(B) | 148.89º | 0.23% | 0.93% | - |
| XYZ | 60.67 | 74.49 | 70.85 | - |
| YUV | 216.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 208 | 0.23 | 0 | 0.12 | 0.07 | 148.89 | 0.59 | 0.82 |
| Hex | B6 | EC | D0 | 17 | 0 | C | 7 | 95 | 3B | 52 |
| Octal | 266 | 354 | 320 | 27 | 0 | 14 | 7 | 225 | 73 | 122 |
| Binary | 10110110 | 11101100 | 11010000 | 10111 | 0 | 1100 | 111 | 10010101 | 111011 | 1010010 |
Color Harmonies of #B6ECD0
Complementary color
Monochromatic Colors of #B6ECD0
Black with #B6ECD0
Text Example
Text Example
White with #B6ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECD0; }
p { color: rgb(182,236,208); }
H1.HeaderClassName
{
color: #B6ECD0;
}
.AnyTagClassName
{
color: #B6ECD0;
}
</style>
background-color css
<style>
a { background-color: #B6ECD0; }
a { background-color: rgb(182,236,208); }
div.DivClassName
{
background-color: #B6ECD0;
}
.BgClassName
{
background-color: #B6ECD0;
}
</style>
border-color css
<style>
span { border-color: #B6ECD0; }
span { border-color: rgb(182,236,208); }
td.TdClassName
{
border-color: #B6ECD0;
}
.TagClassName
{
border-color: #B6ECD0;
}
</style>