Shades of Aero Blue #B4E7C9
Tints of Aero Blue #B4E7C9
RGB
CMYK
RGB Variations
Color information
#B4E7C9 (or 0xB4E7C9) is known color: Aero Blue. HEX triplet: B4, E7 and C9. RGB value is (180,231,201). Sum of RGB (Red+Green+Blue) = 180+231+201=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7C9 is #4B1836. Grayscale: #D4D4D4. Windows color (decimal): -4921399 or 13232052. OLE color: 13232052.
HSL color Cylindrical-coordinate representation of color #B4E7C9: hue angle of 144.71º degrees, saturation: 0.52, 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 #B4E7C9 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 201 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.09 |
| HSL | 144.71º | 0.52% | 0.81% | - |
| HSV(B) | 144.71º | 0.22% | 0.91% | - |
| XYZ | 57.94 | 71.07 | 65.92 | - |
| YUV | 212.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 201 | 0.22 | 0 | 0.13 | 0.09 | 144.71 | 0.52 | 0.81 |
| Hex | B4 | E7 | C9 | 16 | 0 | D | 9 | 91 | 34 | 51 |
| Octal | 264 | 347 | 311 | 26 | 0 | 15 | 11 | 221 | 64 | 121 |
| Binary | 10110100 | 11100111 | 11001001 | 10110 | 0 | 1101 | 1001 | 10010001 | 110100 | 1010001 |
Color Harmonies of #B4E7C9
Complementary color
Monochromatic Colors of #B4E7C9
Black with #B4E7C9
Text Example
Text Example
White with #B4E7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7C9; }
p { color: rgb(180,231,201); }
H1.HeaderClassName
{
color: #B4E7C9;
}
.AnyTagClassName
{
color: #B4E7C9;
}
</style>
background-color css
<style>
a { background-color: #B4E7C9; }
a { background-color: rgb(180,231,201); }
div.DivClassName
{
background-color: #B4E7C9;
}
.BgClassName
{
background-color: #B4E7C9;
}
</style>
border-color css
<style>
span { border-color: #B4E7C9; }
span { border-color: rgb(180,231,201); }
td.TdClassName
{
border-color: #B4E7C9;
}
.TagClassName
{
border-color: #B4E7C9;
}
</style>