Shades of Aero Blue #B4E1C8
Tints of Aero Blue #B4E1C8
RGB
CMYK
RGB Variations
Color information
#B4E1C8 (or 0xB4E1C8) is known color: Aero Blue. HEX triplet: B4, E1 and C8. RGB value is (180,225,200). Sum of RGB (Red+Green+Blue) = 180+225+200=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1C8 is #4B1E37. Grayscale: #D0D0D0. Windows color (decimal): -4922936 or 13164980. OLE color: 13164980.
HSL color Cylindrical-coordinate representation of color #B4E1C8: hue angle of 146.67º 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 #B4E1C8 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 200 | - |
| CMYK | 0.2 | 0 | 0.11 | 0.12 |
| HSL | 146.67º | 0.43% | 0.79% | - |
| HSV(B) | 146.67º | 0.2% | 0.88% | - |
| XYZ | 56.17 | 67.72 | 64.75 | - |
| YUV | 208.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 200 | 0.2 | 0 | 0.11 | 0.12 | 146.67 | 0.43 | 0.79 |
| Hex | B4 | E1 | C8 | 14 | 0 | B | C | 93 | 2B | 4F |
| Octal | 264 | 341 | 310 | 24 | 0 | 13 | 14 | 223 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11001000 | 10100 | 0 | 1011 | 1100 | 10010011 | 101011 | 1001111 |
Color Harmonies of #B4E1C8
Complementary color
Monochromatic Colors of #B4E1C8
Black with #B4E1C8
Text Example
Text Example
White with #B4E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1C8; }
p { color: rgb(180,225,200); }
H1.HeaderClassName
{
color: #B4E1C8;
}
.AnyTagClassName
{
color: #B4E1C8;
}
</style>
background-color css
<style>
a { background-color: #B4E1C8; }
a { background-color: rgb(180,225,200); }
div.DivClassName
{
background-color: #B4E1C8;
}
.BgClassName
{
background-color: #B4E1C8;
}
</style>
border-color css
<style>
span { border-color: #B4E1C8; }
span { border-color: rgb(180,225,200); }
td.TdClassName
{
border-color: #B4E1C8;
}
.TagClassName
{
border-color: #B4E1C8;
}
</style>