Shades of Aero Blue #B5E9CA
Tints of Aero Blue #B5E9CA
RGB
CMYK
RGB Variations
Color information
#B5E9CA (or 0xB5E9CA) is known color: Aero Blue. HEX triplet: B5, E9 and CA. RGB value is (181,233,202). Sum of RGB (Red+Green+Blue) = 181+233+202=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9CA is #4A1635. Grayscale: #D5D5D5. Windows color (decimal): -4855350 or 13298101. OLE color: 13298101.
HSL color Cylindrical-coordinate representation of color #B5E9CA: hue angle of 144.23º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9CA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 202 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.09 |
| HSL | 144.23º | 0.54% | 0.81% | - |
| HSV(B) | 144.23º | 0.22% | 0.91% | - |
| XYZ | 58.86 | 72.37 | 66.74 | - |
| YUV | 213.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 202 | 0.22 | 0 | 0.13 | 0.09 | 144.23 | 0.54 | 0.81 |
| Hex | B5 | E9 | CA | 16 | 0 | D | 9 | 90 | 36 | 51 |
| Octal | 265 | 351 | 312 | 26 | 0 | 15 | 11 | 220 | 66 | 121 |
| Binary | 10110101 | 11101001 | 11001010 | 10110 | 0 | 1101 | 1001 | 10010000 | 110110 | 1010001 |
Color Harmonies of #B5E9CA
Complementary color
Monochromatic Colors of #B5E9CA
Black with #B5E9CA
Text Example
Text Example
White with #B5E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9CA; }
p { color: rgb(181,233,202); }
H1.HeaderClassName
{
color: #B5E9CA;
}
.AnyTagClassName
{
color: #B5E9CA;
}
</style>
background-color css
<style>
a { background-color: #B5E9CA; }
a { background-color: rgb(181,233,202); }
div.DivClassName
{
background-color: #B5E9CA;
}
.BgClassName
{
background-color: #B5E9CA;
}
</style>
border-color css
<style>
span { border-color: #B5E9CA; }
span { border-color: rgb(181,233,202); }
td.TdClassName
{
border-color: #B5E9CA;
}
.TagClassName
{
border-color: #B5E9CA;
}
</style>