Shades of Aero Blue #B4E3CB
Tints of Aero Blue #B4E3CB
RGB
CMYK
RGB Variations
Color information
#B4E3CB (or 0xB4E3CB) is known color: Aero Blue. HEX triplet: B4, E3 and CB. RGB value is (180,227,203). Sum of RGB (Red+Green+Blue) = 180+227+203=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E3CB is #4B1C34. Grayscale: #D2D2D2. Windows color (decimal): -4922421 or 13362100. OLE color: 13362100.
HSL color Cylindrical-coordinate representation of color #B4E3CB: hue angle of 149.36º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E3CB is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 227 | 203 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.11 |
| HSL | 149.36º | 0.46% | 0.8% | - |
| HSV(B) | 149.36º | 0.21% | 0.89% | - |
| XYZ | 57.07 | 68.95 | 66.8 | - |
| YUV | 210.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 227 | 203 | 0.21 | 0 | 0.11 | 0.11 | 149.36 | 0.46 | 0.8 |
| Hex | B4 | E3 | CB | 15 | 0 | B | B | 95 | 2E | 50 |
| Octal | 264 | 343 | 313 | 25 | 0 | 13 | 13 | 225 | 56 | 120 |
| Binary | 10110100 | 11100011 | 11001011 | 10101 | 0 | 1011 | 1011 | 10010101 | 101110 | 1010000 |
Color Harmonies of #B4E3CB
Complementary color
Monochromatic Colors of #B4E3CB
Black with #B4E3CB
Text Example
Text Example
White with #B4E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E3CB; }
p { color: rgb(180,227,203); }
H1.HeaderClassName
{
color: #B4E3CB;
}
.AnyTagClassName
{
color: #B4E3CB;
}
</style>
background-color css
<style>
a { background-color: #B4E3CB; }
a { background-color: rgb(180,227,203); }
div.DivClassName
{
background-color: #B4E3CB;
}
.BgClassName
{
background-color: #B4E3CB;
}
</style>
border-color css
<style>
span { border-color: #B4E3CB; }
span { border-color: rgb(180,227,203); }
td.TdClassName
{
border-color: #B4E3CB;
}
.TagClassName
{
border-color: #B4E3CB;
}
</style>