Shades of Aero Blue #B6EDD6
Tints of Aero Blue #B6EDD6
RGB
CMYK
RGB Variations
Color information
#B6EDD6 (or 0xB6EDD6) is known color: Aero Blue. HEX triplet: B6, ED and D6. RGB value is (182,237,214). Sum of RGB (Red+Green+Blue) = 182+237+214=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDD6 is #491229. Grayscale: #D9D9D9. Windows color (decimal): -4788778 or 14085558. OLE color: 14085558.
HSL color Cylindrical-coordinate representation of color #B6EDD6: hue angle of 154.91º 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 #B6EDD6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 214 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 154.91º | 0.6% | 0.82% | - |
| HSV(B) | 154.91º | 0.23% | 0.93% | - |
| XYZ | 61.71 | 75.37 | 74.91 | - |
| YUV | 217.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 214 | 0.23 | 0 | 0.10 | 0.07 | 154.91 | 0.6 | 0.82 |
| Hex | B6 | ED | D6 | 17 | 0 | A | 7 | 9B | 3C | 52 |
| Octal | 266 | 355 | 326 | 27 | 0 | 12 | 7 | 233 | 74 | 122 |
| Binary | 10110110 | 11101101 | 11010110 | 10111 | 0 | 1010 | 111 | 10011011 | 111100 | 1010010 |
Color Harmonies of #B6EDD6
Complementary color
Monochromatic Colors of #B6EDD6
Black with #B6EDD6
Text Example
Text Example
White with #B6EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDD6; }
p { color: rgb(182,237,214); }
H1.HeaderClassName
{
color: #B6EDD6;
}
.AnyTagClassName
{
color: #B6EDD6;
}
</style>
background-color css
<style>
a { background-color: #B6EDD6; }
a { background-color: rgb(182,237,214); }
div.DivClassName
{
background-color: #B6EDD6;
}
.BgClassName
{
background-color: #B6EDD6;
}
</style>
border-color css
<style>
span { border-color: #B6EDD6; }
span { border-color: rgb(182,237,214); }
td.TdClassName
{
border-color: #B6EDD6;
}
.TagClassName
{
border-color: #B6EDD6;
}
</style>