Shades of Aero Blue #B6EDD5
Tints of Aero Blue #B6EDD5
RGB
CMYK
RGB Variations
Color information
#B6EDD5 (or 0xB6EDD5) is known color: Aero Blue. HEX triplet: B6, ED and D5. RGB value is (182,237,213). Sum of RGB (Red+Green+Blue) = 182+237+213=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDD5 is #49122A. Grayscale: #D9D9D9. Windows color (decimal): -4788779 or 14020022. OLE color: 14020022.
HSL color Cylindrical-coordinate representation of color #B6EDD5: hue angle of 153.82º degrees, saturation: 0.6, 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 #B6EDD5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 213 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 153.82º | 0.6% | 0.82% | - |
| HSV(B) | 153.82º | 0.23% | 0.93% | - |
| XYZ | 61.59 | 75.32 | 74.24 | - |
| YUV | 217.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 213 | 0.23 | 0 | 0.10 | 0.07 | 153.82 | 0.6 | 0.82 |
| Hex | B6 | ED | D5 | 17 | 0 | A | 7 | 9A | 3C | 52 |
| Octal | 266 | 355 | 325 | 27 | 0 | 12 | 7 | 232 | 74 | 122 |
| Binary | 10110110 | 11101101 | 11010101 | 10111 | 0 | 1010 | 111 | 10011010 | 111100 | 1010010 |
Color Harmonies of #B6EDD5
Complementary color
Monochromatic Colors of #B6EDD5
Black with #B6EDD5
Text Example
Text Example
White with #B6EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDD5; }
p { color: rgb(182,237,213); }
H1.HeaderClassName
{
color: #B6EDD5;
}
.AnyTagClassName
{
color: #B6EDD5;
}
</style>
background-color css
<style>
a { background-color: #B6EDD5; }
a { background-color: rgb(182,237,213); }
div.DivClassName
{
background-color: #B6EDD5;
}
.BgClassName
{
background-color: #B6EDD5;
}
</style>
border-color css
<style>
span { border-color: #B6EDD5; }
span { border-color: rgb(182,237,213); }
td.TdClassName
{
border-color: #B6EDD5;
}
.TagClassName
{
border-color: #B6EDD5;
}
</style>