Shades of Aero Blue #B6EBD0
Tints of Aero Blue #B6EBD0
RGB
CMYK
RGB Variations
Color information
#B6EBD0 (or 0xB6EBD0) is known color: Aero Blue. HEX triplet: B6, EB and D0. RGB value is (182,235,208). Sum of RGB (Red+Green+Blue) = 182+235+208=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBD0 is #49142F. Grayscale: #D8D8D8. Windows color (decimal): -4789296 or 13691830. OLE color: 13691830.
HSL color Cylindrical-coordinate representation of color #B6EBD0: hue angle of 149.43º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EBD0 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 235 | 208 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.08 |
| HSL | 149.43º | 0.57% | 0.82% | - |
| HSV(B) | 149.43º | 0.23% | 0.92% | - |
| XYZ | 60.38 | 73.92 | 70.76 | - |
| YUV | 216.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 235 | 208 | 0.23 | 0 | 0.11 | 0.08 | 149.43 | 0.57 | 0.82 |
| Hex | B6 | EB | D0 | 17 | 0 | B | 8 | 95 | 39 | 52 |
| Octal | 266 | 353 | 320 | 27 | 0 | 13 | 10 | 225 | 71 | 122 |
| Binary | 10110110 | 11101011 | 11010000 | 10111 | 0 | 1011 | 1000 | 10010101 | 111001 | 1010010 |
Color Harmonies of #B6EBD0
Complementary color
Monochromatic Colors of #B6EBD0
Black with #B6EBD0
Text Example
Text Example
White with #B6EBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EBD0; }
p { color: rgb(182,235,208); }
H1.HeaderClassName
{
color: #B6EBD0;
}
.AnyTagClassName
{
color: #B6EBD0;
}
</style>
background-color css
<style>
a { background-color: #B6EBD0; }
a { background-color: rgb(182,235,208); }
div.DivClassName
{
background-color: #B6EBD0;
}
.BgClassName
{
background-color: #B6EBD0;
}
</style>
border-color css
<style>
span { border-color: #B6EBD0; }
span { border-color: rgb(182,235,208); }
td.TdClassName
{
border-color: #B6EBD0;
}
.TagClassName
{
border-color: #B6EBD0;
}
</style>