Shades of Aero Blue #B5E5CA
Tints of Aero Blue #B5E5CA
RGB
CMYK
RGB Variations
Color information
#B5E5CA (or 0xB5E5CA) is known color: Aero Blue. HEX triplet: B5, E5 and CA. RGB value is (181,229,202). Sum of RGB (Red+Green+Blue) = 181+229+202=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E5CA is #4A1A35. Grayscale: #D3D3D3. Windows color (decimal): -4856374 or 13297077. OLE color: 13297077.
HSL color Cylindrical-coordinate representation of color #B5E5CA: hue angle of 146.25º degrees, saturation: 0.48, 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 #B5E5CA is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 202 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.10 |
| HSL | 146.25º | 0.48% | 0.8% | - |
| HSV(B) | 146.25º | 0.21% | 0.9% | - |
| XYZ | 57.74 | 70.13 | 66.37 | - |
| YUV | 211.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 202 | 0.21 | 0 | 0.12 | 0.10 | 146.25 | 0.48 | 0.8 |
| Hex | B5 | E5 | CA | 15 | 0 | C | A | 92 | 30 | 50 |
| Octal | 265 | 345 | 312 | 25 | 0 | 14 | 12 | 222 | 60 | 120 |
| Binary | 10110101 | 11100101 | 11001010 | 10101 | 0 | 1100 | 1010 | 10010010 | 110000 | 1010000 |
Color Harmonies of #B5E5CA
Complementary color
Monochromatic Colors of #B5E5CA
Black with #B5E5CA
Text Example
Text Example
White with #B5E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E5CA; }
p { color: rgb(181,229,202); }
H1.HeaderClassName
{
color: #B5E5CA;
}
.AnyTagClassName
{
color: #B5E5CA;
}
</style>
background-color css
<style>
a { background-color: #B5E5CA; }
a { background-color: rgb(181,229,202); }
div.DivClassName
{
background-color: #B5E5CA;
}
.BgClassName
{
background-color: #B5E5CA;
}
</style>
border-color css
<style>
span { border-color: #B5E5CA; }
span { border-color: rgb(181,229,202); }
td.TdClassName
{
border-color: #B5E5CA;
}
.TagClassName
{
border-color: #B5E5CA;
}
</style>