Shades of Aero Blue #B5E8CB
Tints of Aero Blue #B5E8CB
RGB
CMYK
RGB Variations
Color information
#B5E8CB (or 0xB5E8CB) is known color: Aero Blue. HEX triplet: B5, E8 and CB. RGB value is (181,232,203). Sum of RGB (Red+Green+Blue) = 181+232+203=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8CB is #4A1734. Grayscale: #D5D5D5. Windows color (decimal): -4855605 or 13363381. OLE color: 13363381.
HSL color Cylindrical-coordinate representation of color #B5E8CB: hue angle of 145.88º degrees, saturation: 0.53, 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 #B5E8CB is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 203 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.09 |
| HSL | 145.88º | 0.53% | 0.81% | - |
| HSV(B) | 145.88º | 0.22% | 0.91% | - |
| XYZ | 58.69 | 71.85 | 67.27 | - |
| YUV | 213.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 203 | 0.22 | 0 | 0.12 | 0.09 | 145.88 | 0.53 | 0.81 |
| Hex | B5 | E8 | CB | 16 | 0 | C | 9 | 92 | 35 | 51 |
| Octal | 265 | 350 | 313 | 26 | 0 | 14 | 11 | 222 | 65 | 121 |
| Binary | 10110101 | 11101000 | 11001011 | 10110 | 0 | 1100 | 1001 | 10010010 | 110101 | 1010001 |
Color Harmonies of #B5E8CB
Complementary color
Monochromatic Colors of #B5E8CB
Black with #B5E8CB
Text Example
Text Example
White with #B5E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8CB; }
p { color: rgb(181,232,203); }
H1.HeaderClassName
{
color: #B5E8CB;
}
.AnyTagClassName
{
color: #B5E8CB;
}
</style>
background-color css
<style>
a { background-color: #B5E8CB; }
a { background-color: rgb(181,232,203); }
div.DivClassName
{
background-color: #B5E8CB;
}
.BgClassName
{
background-color: #B5E8CB;
}
</style>
border-color css
<style>
span { border-color: #B5E8CB; }
span { border-color: rgb(181,232,203); }
td.TdClassName
{
border-color: #B5E8CB;
}
.TagClassName
{
border-color: #B5E8CB;
}
</style>