Shades of Aero Blue #B8E2CA
Tints of Aero Blue #B8E2CA
RGB
CMYK
RGB Variations
Color information
#B8E2CA (or 0xB8E2CA) is known color: Aero Blue. HEX triplet: B8, E2 and CA. RGB value is (184,226,202). Sum of RGB (Red+Green+Blue) = 184+226+202=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E2CA is #471D35. Grayscale: #D2D2D2. Windows color (decimal): -4660534 or 13296312. OLE color: 13296312.
HSL color Cylindrical-coordinate representation of color #B8E2CA: hue angle of 145.71º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E2CA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 202 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.11 |
| HSL | 145.71º | 0.42% | 0.8% | - |
| HSV(B) | 145.71º | 0.19% | 0.89% | - |
| XYZ | 57.62 | 68.85 | 66.13 | - |
| YUV | 210.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 202 | 0.19 | 0 | 0.11 | 0.11 | 145.71 | 0.42 | 0.8 |
| Hex | B8 | E2 | CA | 13 | 0 | B | B | 92 | 2A | 50 |
| Octal | 270 | 342 | 312 | 23 | 0 | 13 | 13 | 222 | 52 | 120 |
| Binary | 10111000 | 11100010 | 11001010 | 10011 | 0 | 1011 | 1011 | 10010010 | 101010 | 1010000 |
Color Harmonies of #B8E2CA
Complementary color
Monochromatic Colors of #B8E2CA
Black with #B8E2CA
Text Example
Text Example
White with #B8E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2CA; }
p { color: rgb(184,226,202); }
H1.HeaderClassName
{
color: #B8E2CA;
}
.AnyTagClassName
{
color: #B8E2CA;
}
</style>
background-color css
<style>
a { background-color: #B8E2CA; }
a { background-color: rgb(184,226,202); }
div.DivClassName
{
background-color: #B8E2CA;
}
.BgClassName
{
background-color: #B8E2CA;
}
</style>
border-color css
<style>
span { border-color: #B8E2CA; }
span { border-color: rgb(184,226,202); }
td.TdClassName
{
border-color: #B8E2CA;
}
.TagClassName
{
border-color: #B8E2CA;
}
</style>