Shades of Aero Blue #B8ECD3
Tints of Aero Blue #B8ECD3
RGB
CMYK
RGB Variations
Color information
#B8ECD3 (or 0xB8ECD3) is known color: Aero Blue. HEX triplet: B8, EC and D3. RGB value is (184,236,211). Sum of RGB (Red+Green+Blue) = 184+236+211=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECD3 is #47132C. Grayscale: #D9D9D9. Windows color (decimal): -4657965 or 13888696. OLE color: 13888696.
HSL color Cylindrical-coordinate representation of color #B8ECD3: hue angle of 151.15º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECD3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 211 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.07 |
| HSL | 151.15º | 0.58% | 0.82% | - |
| HSV(B) | 151.15º | 0.22% | 0.93% | - |
| XYZ | 61.52 | 74.88 | 72.84 | - |
| YUV | 217.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 211 | 0.22 | 0 | 0.11 | 0.07 | 151.15 | 0.58 | 0.82 |
| Hex | B8 | EC | D3 | 16 | 0 | B | 7 | 97 | 3A | 52 |
| Octal | 270 | 354 | 323 | 26 | 0 | 13 | 7 | 227 | 72 | 122 |
| Binary | 10111000 | 11101100 | 11010011 | 10110 | 0 | 1011 | 111 | 10010111 | 111010 | 1010010 |
Color Harmonies of #B8ECD3
Complementary color
Monochromatic Colors of #B8ECD3
Black with #B8ECD3
Text Example
Text Example
White with #B8ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECD3; }
p { color: rgb(184,236,211); }
H1.HeaderClassName
{
color: #B8ECD3;
}
.AnyTagClassName
{
color: #B8ECD3;
}
</style>
background-color css
<style>
a { background-color: #B8ECD3; }
a { background-color: rgb(184,236,211); }
div.DivClassName
{
background-color: #B8ECD3;
}
.BgClassName
{
background-color: #B8ECD3;
}
</style>
border-color css
<style>
span { border-color: #B8ECD3; }
span { border-color: rgb(184,236,211); }
td.TdClassName
{
border-color: #B8ECD3;
}
.TagClassName
{
border-color: #B8ECD3;
}
</style>