Shades of Aero Blue #B5EACB
Tints of Aero Blue #B5EACB
RGB
CMYK
RGB Variations
Color information
#B5EACB (or 0xB5EACB) is known color: Aero Blue. HEX triplet: B5, EA and CB. RGB value is (181,234,203). Sum of RGB (Red+Green+Blue) = 181+234+203=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACB is #4A1534. Grayscale: #D6D6D6. Windows color (decimal): -4855093 or 13363893. OLE color: 13363893.
HSL color Cylindrical-coordinate representation of color #B5EACB: hue angle of 144.91º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EACB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 203 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.08 |
| HSL | 144.91º | 0.56% | 0.81% | - |
| HSV(B) | 144.91º | 0.23% | 0.92% | - |
| XYZ | 59.26 | 72.98 | 67.46 | - |
| YUV | 214.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 203 | 0.23 | 0 | 0.13 | 0.08 | 144.91 | 0.56 | 0.81 |
| Hex | B5 | EA | CB | 17 | 0 | D | 8 | 91 | 38 | 51 |
| Octal | 265 | 352 | 313 | 27 | 0 | 15 | 10 | 221 | 70 | 121 |
| Binary | 10110101 | 11101010 | 11001011 | 10111 | 0 | 1101 | 1000 | 10010001 | 111000 | 1010001 |
Color Harmonies of #B5EACB
Complementary color
Monochromatic Colors of #B5EACB
Black with #B5EACB
Text Example
Text Example
White with #B5EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EACB; }
p { color: rgb(181,234,203); }
H1.HeaderClassName
{
color: #B5EACB;
}
.AnyTagClassName
{
color: #B5EACB;
}
</style>
background-color css
<style>
a { background-color: #B5EACB; }
a { background-color: rgb(181,234,203); }
div.DivClassName
{
background-color: #B5EACB;
}
.BgClassName
{
background-color: #B5EACB;
}
</style>
border-color css
<style>
span { border-color: #B5EACB; }
span { border-color: rgb(181,234,203); }
td.TdClassName
{
border-color: #B5EACB;
}
.TagClassName
{
border-color: #B5EACB;
}
</style>