Shades of Aero Blue #B5EBCA
Tints of Aero Blue #B5EBCA
RGB
CMYK
RGB Variations
Color information
#B5EBCA (or 0xB5EBCA) is known color: Aero Blue. HEX triplet: B5, EB and CA. RGB value is (181,235,202). Sum of RGB (Red+Green+Blue) = 181+235+202=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBCA is #4A1435. Grayscale: #D7D7D7. Windows color (decimal): -4854838 or 13298613. OLE color: 13298613.
HSL color Cylindrical-coordinate representation of color #B5EBCA: hue angle of 143.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBCA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 235 | 202 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.08 |
| HSL | 143.33º | 0.57% | 0.82% | - |
| HSV(B) | 143.33º | 0.23% | 0.92% | - |
| XYZ | 59.43 | 73.5 | 66.93 | - |
| YUV | 215.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 235 | 202 | 0.23 | 0 | 0.14 | 0.08 | 143.33 | 0.57 | 0.82 |
| Hex | B5 | EB | CA | 17 | 0 | E | 8 | 8F | 39 | 52 |
| Octal | 265 | 353 | 312 | 27 | 0 | 16 | 10 | 217 | 71 | 122 |
| Binary | 10110101 | 11101011 | 11001010 | 10111 | 0 | 1110 | 1000 | 10001111 | 111001 | 1010010 |
Color Harmonies of #B5EBCA
Complementary color
Monochromatic Colors of #B5EBCA
Black with #B5EBCA
Text Example
Text Example
White with #B5EBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBCA; }
p { color: rgb(181,235,202); }
H1.HeaderClassName
{
color: #B5EBCA;
}
.AnyTagClassName
{
color: #B5EBCA;
}
</style>
background-color css
<style>
a { background-color: #B5EBCA; }
a { background-color: rgb(181,235,202); }
div.DivClassName
{
background-color: #B5EBCA;
}
.BgClassName
{
background-color: #B5EBCA;
}
</style>
border-color css
<style>
span { border-color: #B5EBCA; }
span { border-color: rgb(181,235,202); }
td.TdClassName
{
border-color: #B5EBCA;
}
.TagClassName
{
border-color: #B5EBCA;
}
</style>