Shades of Aero Blue #B8E6CA
Tints of Aero Blue #B8E6CA
RGB
CMYK
RGB Variations
Color information
#B8E6CA (or 0xB8E6CA) is known color: Aero Blue. HEX triplet: B8, E6 and CA. RGB value is (184,230,202). Sum of RGB (Red+Green+Blue) = 184+230+202=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E6CA is #471935. Grayscale: #D5D5D5. Windows color (decimal): -4659510 or 13297336. OLE color: 13297336.
HSL color Cylindrical-coordinate representation of color #B8E6CA: hue angle of 143.48º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E6CA is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 202 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.10 |
| HSL | 143.48º | 0.48% | 0.81% | - |
| HSV(B) | 143.48º | 0.2% | 0.9% | - |
| XYZ | 58.72 | 71.05 | 66.5 | - |
| YUV | 213.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 202 | 0.2 | 0 | 0.12 | 0.10 | 143.48 | 0.48 | 0.81 |
| Hex | B8 | E6 | CA | 14 | 0 | C | A | 8F | 30 | 51 |
| Octal | 270 | 346 | 312 | 24 | 0 | 14 | 12 | 217 | 60 | 121 |
| Binary | 10111000 | 11100110 | 11001010 | 10100 | 0 | 1100 | 1010 | 10001111 | 110000 | 1010001 |
Color Harmonies of #B8E6CA
Complementary color
Monochromatic Colors of #B8E6CA
Black with #B8E6CA
Text Example
Text Example
White with #B8E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E6CA; }
p { color: rgb(184,230,202); }
H1.HeaderClassName
{
color: #B8E6CA;
}
.AnyTagClassName
{
color: #B8E6CA;
}
</style>
background-color css
<style>
a { background-color: #B8E6CA; }
a { background-color: rgb(184,230,202); }
div.DivClassName
{
background-color: #B8E6CA;
}
.BgClassName
{
background-color: #B8E6CA;
}
</style>
border-color css
<style>
span { border-color: #B8E6CA; }
span { border-color: rgb(184,230,202); }
td.TdClassName
{
border-color: #B8E6CA;
}
.TagClassName
{
border-color: #B8E6CA;
}
</style>