Shades of Aero Blue #B8ECD5
Tints of Aero Blue #B8ECD5
RGB
CMYK
RGB Variations
Color information
#B8ECD5 (or 0xB8ECD5) is known color: Aero Blue. HEX triplet: B8, EC and D5. RGB value is (184,236,213). Sum of RGB (Red+Green+Blue) = 184+236+213=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECD5 is #47132A. Grayscale: #D9D9D9. Windows color (decimal): -4657963 or 14019768. OLE color: 14019768.
HSL color Cylindrical-coordinate representation of color #B8ECD5: hue angle of 153.46º 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 #B8ECD5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 213 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.07 |
| HSL | 153.46º | 0.58% | 0.82% | - |
| HSV(B) | 153.46º | 0.22% | 0.93% | - |
| XYZ | 61.77 | 74.99 | 74.17 | - |
| YUV | 217.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 213 | 0.22 | 0 | 0.10 | 0.07 | 153.46 | 0.58 | 0.82 |
| Hex | B8 | EC | D5 | 16 | 0 | A | 7 | 99 | 3A | 52 |
| Octal | 270 | 354 | 325 | 26 | 0 | 12 | 7 | 231 | 72 | 122 |
| Binary | 10111000 | 11101100 | 11010101 | 10110 | 0 | 1010 | 111 | 10011001 | 111010 | 1010010 |
Color Harmonies of #B8ECD5
Complementary color
Monochromatic Colors of #B8ECD5
Black with #B8ECD5
Text Example
Text Example
White with #B8ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECD5; }
p { color: rgb(184,236,213); }
H1.HeaderClassName
{
color: #B8ECD5;
}
.AnyTagClassName
{
color: #B8ECD5;
}
</style>
background-color css
<style>
a { background-color: #B8ECD5; }
a { background-color: rgb(184,236,213); }
div.DivClassName
{
background-color: #B8ECD5;
}
.BgClassName
{
background-color: #B8ECD5;
}
</style>
border-color css
<style>
span { border-color: #B8ECD5; }
span { border-color: rgb(184,236,213); }
td.TdClassName
{
border-color: #B8ECD5;
}
.TagClassName
{
border-color: #B8ECD5;
}
</style>