Shades of Aero Blue #B6ECD4
Tints of Aero Blue #B6ECD4
RGB
CMYK
RGB Variations
Color information
#B6ECD4 (or 0xB6ECD4) is known color: Aero Blue. HEX triplet: B6, EC and D4. RGB value is (182,236,212). Sum of RGB (Red+Green+Blue) = 182+236+212=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECD4 is #49132B. Grayscale: #D9D9D9. Windows color (decimal): -4789036 or 13954230. OLE color: 13954230.
HSL color Cylindrical-coordinate representation of color #B6ECD4: hue angle of 153.33º 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 #B6ECD4 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 212 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 153.33º | 0.59% | 0.82% | - |
| HSV(B) | 153.33º | 0.23% | 0.93% | - |
| XYZ | 61.17 | 74.69 | 73.48 | - |
| YUV | 217.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 212 | 0.23 | 0 | 0.10 | 0.07 | 153.33 | 0.59 | 0.82 |
| Hex | B6 | EC | D4 | 17 | 0 | A | 7 | 99 | 3B | 52 |
| Octal | 266 | 354 | 324 | 27 | 0 | 12 | 7 | 231 | 73 | 122 |
| Binary | 10110110 | 11101100 | 11010100 | 10111 | 0 | 1010 | 111 | 10011001 | 111011 | 1010010 |
Color Harmonies of #B6ECD4
Complementary color
Monochromatic Colors of #B6ECD4
Black with #B6ECD4
Text Example
Text Example
White with #B6ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECD4; }
p { color: rgb(182,236,212); }
H1.HeaderClassName
{
color: #B6ECD4;
}
.AnyTagClassName
{
color: #B6ECD4;
}
</style>
background-color css
<style>
a { background-color: #B6ECD4; }
a { background-color: rgb(182,236,212); }
div.DivClassName
{
background-color: #B6ECD4;
}
.BgClassName
{
background-color: #B6ECD4;
}
</style>
border-color css
<style>
span { border-color: #B6ECD4; }
span { border-color: rgb(182,236,212); }
td.TdClassName
{
border-color: #B6ECD4;
}
.TagClassName
{
border-color: #B6ECD4;
}
</style>