Shades of Aero Blue #B4E6CE
Tints of Aero Blue #B4E6CE
RGB
CMYK
RGB Variations
Color information
#B4E6CE (or 0xB4E6CE) is known color: Aero Blue. HEX triplet: B4, E6 and CE. RGB value is (180,230,206). Sum of RGB (Red+Green+Blue) = 180+230+206=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E6CE is #4B1931. Grayscale: #D4D4D4. Windows color (decimal): -4921650 or 13559476. OLE color: 13559476.
HSL color Cylindrical-coordinate representation of color #B4E6CE: hue angle of 151.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E6CE is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 230 | 206 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.10 |
| HSL | 151.2º | 0.5% | 0.8% | - |
| HSV(B) | 151.2º | 0.22% | 0.9% | - |
| XYZ | 58.26 | 70.75 | 68.98 | - |
| YUV | 212.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 230 | 206 | 0.22 | 0 | 0.10 | 0.10 | 151.2 | 0.5 | 0.8 |
| Hex | B4 | E6 | CE | 16 | 0 | A | A | 97 | 32 | 50 |
| Octal | 264 | 346 | 316 | 26 | 0 | 12 | 12 | 227 | 62 | 120 |
| Binary | 10110100 | 11100110 | 11001110 | 10110 | 0 | 1010 | 1010 | 10010111 | 110010 | 1010000 |
Color Harmonies of #B4E6CE
Complementary color
Monochromatic Colors of #B4E6CE
Black with #B4E6CE
Text Example
Text Example
White with #B4E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E6CE; }
p { color: rgb(180,230,206); }
H1.HeaderClassName
{
color: #B4E6CE;
}
.AnyTagClassName
{
color: #B4E6CE;
}
</style>
background-color css
<style>
a { background-color: #B4E6CE; }
a { background-color: rgb(180,230,206); }
div.DivClassName
{
background-color: #B4E6CE;
}
.BgClassName
{
background-color: #B4E6CE;
}
</style>
border-color css
<style>
span { border-color: #B4E6CE; }
span { border-color: rgb(180,230,206); }
td.TdClassName
{
border-color: #B4E6CE;
}
.TagClassName
{
border-color: #B4E6CE;
}
</style>