Shades of Aero Blue #B4E1CA
Tints of Aero Blue #B4E1CA
RGB
CMYK
RGB Variations
Color information
#B4E1CA (or 0xB4E1CA) is known color: Aero Blue. HEX triplet: B4, E1 and CA. RGB value is (180,225,202). Sum of RGB (Red+Green+Blue) = 180+225+202=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1CA is #4B1E35. Grayscale: #D0D0D0. Windows color (decimal): -4922934 or 13296052. OLE color: 13296052.
HSL color Cylindrical-coordinate representation of color #B4E1CA: hue angle of 149.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1CA is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 202 | - |
| CMYK | 0.2 | 0 | 0.10 | 0.12 |
| HSL | 149.33º | 0.43% | 0.79% | - |
| HSV(B) | 149.33º | 0.2% | 0.88% | - |
| XYZ | 56.41 | 67.82 | 65.99 | - |
| YUV | 208.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 202 | 0.2 | 0 | 0.10 | 0.12 | 149.33 | 0.43 | 0.79 |
| Hex | B4 | E1 | CA | 14 | 0 | A | C | 95 | 2B | 4F |
| Octal | 264 | 341 | 312 | 24 | 0 | 12 | 14 | 225 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11001010 | 10100 | 0 | 1010 | 1100 | 10010101 | 101011 | 1001111 |
Color Harmonies of #B4E1CA
Complementary color
Monochromatic Colors of #B4E1CA
Black with #B4E1CA
Text Example
Text Example
White with #B4E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1CA; }
p { color: rgb(180,225,202); }
H1.HeaderClassName
{
color: #B4E1CA;
}
.AnyTagClassName
{
color: #B4E1CA;
}
</style>
background-color css
<style>
a { background-color: #B4E1CA; }
a { background-color: rgb(180,225,202); }
div.DivClassName
{
background-color: #B4E1CA;
}
.BgClassName
{
background-color: #B4E1CA;
}
</style>
border-color css
<style>
span { border-color: #B4E1CA; }
span { border-color: rgb(180,225,202); }
td.TdClassName
{
border-color: #B4E1CA;
}
.TagClassName
{
border-color: #B4E1CA;
}
</style>