Shades of Aero Blue #B6ECD2
Tints of Aero Blue #B6ECD2
RGB
CMYK
RGB Variations
Color information
#B6ECD2 (or 0xB6ECD2) is known color: Aero Blue. HEX triplet: B6, EC and D2. RGB value is (182,236,210). Sum of RGB (Red+Green+Blue) = 182+236+210=628 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.98% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECD2 is #49132D. Grayscale: #D8D8D8. Windows color (decimal): -4789038 or 13823158. OLE color: 13823158.
HSL color Cylindrical-coordinate representation of color #B6ECD2: hue angle of 151.11º 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 #B6ECD2 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 210 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.07 |
| HSL | 151.11º | 0.59% | 0.82% | - |
| HSV(B) | 151.11º | 0.23% | 0.93% | - |
| XYZ | 60.92 | 74.59 | 72.16 | - |
| YUV | 216.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 210 | 0.23 | 0 | 0.11 | 0.07 | 151.11 | 0.59 | 0.82 |
| Hex | B6 | EC | D2 | 17 | 0 | B | 7 | 97 | 3B | 52 |
| Octal | 266 | 354 | 322 | 27 | 0 | 13 | 7 | 227 | 73 | 122 |
| Binary | 10110110 | 11101100 | 11010010 | 10111 | 0 | 1011 | 111 | 10010111 | 111011 | 1010010 |
Color Harmonies of #B6ECD2
Complementary color
Monochromatic Colors of #B6ECD2
Black with #B6ECD2
Text Example
Text Example
White with #B6ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECD2; }
p { color: rgb(182,236,210); }
H1.HeaderClassName
{
color: #B6ECD2;
}
.AnyTagClassName
{
color: #B6ECD2;
}
</style>
background-color css
<style>
a { background-color: #B6ECD2; }
a { background-color: rgb(182,236,210); }
div.DivClassName
{
background-color: #B6ECD2;
}
.BgClassName
{
background-color: #B6ECD2;
}
</style>
border-color css
<style>
span { border-color: #B6ECD2; }
span { border-color: rgb(182,236,210); }
td.TdClassName
{
border-color: #B6ECD2;
}
.TagClassName
{
border-color: #B6ECD2;
}
</style>