Shades of Aero Blue #B8E8D1
Tints of Aero Blue #B8E8D1
RGB
CMYK
RGB Variations
Color information
#B8E8D1 (or 0xB8E8D1) is known color: Aero Blue. HEX triplet: B8, E8 and D1. RGB value is (184,232,209). Sum of RGB (Red+Green+Blue) = 184+232+209=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #B8E8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E8D1 is #47172E. Grayscale: #D7D7D7. Windows color (decimal): -4658991 or 13756600. OLE color: 13756600.
HSL color Cylindrical-coordinate representation of color #B8E8D1: hue angle of 151.25º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E8D1 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 232 | 209 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.09 |
| HSL | 151.25º | 0.51% | 0.82% | - |
| HSV(B) | 151.25º | 0.21% | 0.91% | - |
| XYZ | 60.13 | 72.51 | 71.15 | - |
| YUV | 215.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 232 | 209 | 0.21 | 0 | 0.10 | 0.09 | 151.25 | 0.51 | 0.82 |
| Hex | B8 | E8 | D1 | 15 | 0 | A | 9 | 97 | 33 | 52 |
| Octal | 270 | 350 | 321 | 25 | 0 | 12 | 11 | 227 | 63 | 122 |
| Binary | 10111000 | 11101000 | 11010001 | 10101 | 0 | 1010 | 1001 | 10010111 | 110011 | 1010010 |
Color Harmonies of #B8E8D1
Complementary color
Monochromatic Colors of #B8E8D1
Black with #B8E8D1
Text Example
Text Example
White with #B8E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E8D1; }
p { color: rgb(184,232,209); }
H1.HeaderClassName
{
color: #B8E8D1;
}
.AnyTagClassName
{
color: #B8E8D1;
}
</style>
background-color css
<style>
a { background-color: #B8E8D1; }
a { background-color: rgb(184,232,209); }
div.DivClassName
{
background-color: #B8E8D1;
}
.BgClassName
{
background-color: #B8E8D1;
}
</style>
border-color css
<style>
span { border-color: #B8E8D1; }
span { border-color: rgb(184,232,209); }
td.TdClassName
{
border-color: #B8E8D1;
}
.TagClassName
{
border-color: #B8E8D1;
}
</style>