Shades of Aero Blue #B4E1C9
Tints of Aero Blue #B4E1C9
RGB
CMYK
RGB Variations
Color information
#B4E1C9 (or 0xB4E1C9) is known color: Aero Blue. HEX triplet: B4, E1 and C9. RGB value is (180,225,201). Sum of RGB (Red+Green+Blue) = 180+225+201=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1C9 is #4B1E36. Grayscale: #D0D0D0. Windows color (decimal): -4922935 or 13230516. OLE color: 13230516.
HSL color Cylindrical-coordinate representation of color #B4E1C9: hue angle of 148º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1C9 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 201 | - |
| CMYK | 0.2 | 0 | 0.11 | 0.12 |
| HSL | 148º | 0.43% | 0.79% | - |
| HSV(B) | 148º | 0.2% | 0.88% | - |
| XYZ | 56.29 | 67.77 | 65.37 | - |
| YUV | 208.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 201 | 0.2 | 0 | 0.11 | 0.12 | 148 | 0.43 | 0.79 |
| Hex | B4 | E1 | C9 | 14 | 0 | B | C | 94 | 2B | 4F |
| Octal | 264 | 341 | 311 | 24 | 0 | 13 | 14 | 224 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11001001 | 10100 | 0 | 1011 | 1100 | 10010100 | 101011 | 1001111 |
Color Harmonies of #B4E1C9
Complementary color
Monochromatic Colors of #B4E1C9
Black with #B4E1C9
Text Example
Text Example
White with #B4E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1C9; }
p { color: rgb(180,225,201); }
H1.HeaderClassName
{
color: #B4E1C9;
}
.AnyTagClassName
{
color: #B4E1C9;
}
</style>
background-color css
<style>
a { background-color: #B4E1C9; }
a { background-color: rgb(180,225,201); }
div.DivClassName
{
background-color: #B4E1C9;
}
.BgClassName
{
background-color: #B4E1C9;
}
</style>
border-color css
<style>
span { border-color: #B4E1C9; }
span { border-color: rgb(180,225,201); }
td.TdClassName
{
border-color: #B4E1C9;
}
.TagClassName
{
border-color: #B4E1C9;
}
</style>