Shades of Aero Blue #B4E5CA
Tints of Aero Blue #B4E5CA
RGB
CMYK
RGB Variations
Color information
#B4E5CA (or 0xB4E5CA) is known color: Aero Blue. HEX triplet: B4, E5 and CA. RGB value is (180,229,202). Sum of RGB (Red+Green+Blue) = 180+229+202=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5CA is #4B1A35. Grayscale: #D3D3D3. Windows color (decimal): -4921910 or 13297076. OLE color: 13297076.
HSL color Cylindrical-coordinate representation of color #B4E5CA: hue angle of 146.94º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5CA is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 202 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.10 |
| HSL | 146.94º | 0.49% | 0.8% | - |
| HSV(B) | 146.94º | 0.21% | 0.9% | - |
| XYZ | 57.5 | 70.01 | 66.36 | - |
| YUV | 211.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 202 | 0.21 | 0 | 0.12 | 0.10 | 146.94 | 0.49 | 0.8 |
| Hex | B4 | E5 | CA | 15 | 0 | C | A | 93 | 31 | 50 |
| Octal | 264 | 345 | 312 | 25 | 0 | 14 | 12 | 223 | 61 | 120 |
| Binary | 10110100 | 11100101 | 11001010 | 10101 | 0 | 1100 | 1010 | 10010011 | 110001 | 1010000 |
Color Harmonies of #B4E5CA
Complementary color
Monochromatic Colors of #B4E5CA
Black with #B4E5CA
Text Example
Text Example
White with #B4E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5CA; }
p { color: rgb(180,229,202); }
H1.HeaderClassName
{
color: #B4E5CA;
}
.AnyTagClassName
{
color: #B4E5CA;
}
</style>
background-color css
<style>
a { background-color: #B4E5CA; }
a { background-color: rgb(180,229,202); }
div.DivClassName
{
background-color: #B4E5CA;
}
.BgClassName
{
background-color: #B4E5CA;
}
</style>
border-color css
<style>
span { border-color: #B4E5CA; }
span { border-color: rgb(180,229,202); }
td.TdClassName
{
border-color: #B4E5CA;
}
.TagClassName
{
border-color: #B4E5CA;
}
</style>