Shades of Aero Blue #B8E4CA
Tints of Aero Blue #B8E4CA
RGB
CMYK
RGB Variations
Color information
#B8E4CA (or 0xB8E4CA) is known color: Aero Blue. HEX triplet: B8, E4 and CA. RGB value is (184,228,202). Sum of RGB (Red+Green+Blue) = 184+228+202=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4CA is #471B35. Grayscale: #D3D3D3. Windows color (decimal): -4660022 or 13296824. OLE color: 13296824.
HSL color Cylindrical-coordinate representation of color #B8E4CA: hue angle of 144.55º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4CA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 202 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.11 |
| HSL | 144.55º | 0.45% | 0.81% | - |
| HSV(B) | 144.55º | 0.19% | 0.89% | - |
| XYZ | 58.17 | 69.94 | 66.31 | - |
| YUV | 211.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 202 | 0.19 | 0 | 0.11 | 0.11 | 144.55 | 0.45 | 0.81 |
| Hex | B8 | E4 | CA | 13 | 0 | B | B | 91 | 2D | 51 |
| Octal | 270 | 344 | 312 | 23 | 0 | 13 | 13 | 221 | 55 | 121 |
| Binary | 10111000 | 11100100 | 11001010 | 10011 | 0 | 1011 | 1011 | 10010001 | 101101 | 1010001 |
Color Harmonies of #B8E4CA
Complementary color
Monochromatic Colors of #B8E4CA
Black with #B8E4CA
Text Example
Text Example
White with #B8E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E4CA; }
p { color: rgb(184,228,202); }
H1.HeaderClassName
{
color: #B8E4CA;
}
.AnyTagClassName
{
color: #B8E4CA;
}
</style>
background-color css
<style>
a { background-color: #B8E4CA; }
a { background-color: rgb(184,228,202); }
div.DivClassName
{
background-color: #B8E4CA;
}
.BgClassName
{
background-color: #B8E4CA;
}
</style>
border-color css
<style>
span { border-color: #B8E4CA; }
span { border-color: rgb(184,228,202); }
td.TdClassName
{
border-color: #B8E4CA;
}
.TagClassName
{
border-color: #B8E4CA;
}
</style>