Shades of Aero Blue #B4E6D0
Tints of Aero Blue #B4E6D0
RGB
CMYK
RGB Variations
Color information
#B4E6D0 (or 0xB4E6D0) is known color: Aero Blue. HEX triplet: B4, E6 and D0. RGB value is (180,230,208). Sum of RGB (Red+Green+Blue) = 180+230+208=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E6D0 is #4B192F. Grayscale: #D4D4D4. Windows color (decimal): -4921648 or 13690548. OLE color: 13690548.
HSL color Cylindrical-coordinate representation of color #B4E6D0: hue angle of 153.6º 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 #B4E6D0 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 230 | 208 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.10 |
| HSL | 153.6º | 0.5% | 0.8% | - |
| HSV(B) | 153.6º | 0.22% | 0.9% | - |
| XYZ | 58.5 | 70.85 | 70.27 | - |
| YUV | 212.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 230 | 208 | 0.22 | 0 | 0.10 | 0.10 | 153.6 | 0.5 | 0.8 |
| Hex | B4 | E6 | D0 | 16 | 0 | A | A | 9A | 32 | 50 |
| Octal | 264 | 346 | 320 | 26 | 0 | 12 | 12 | 232 | 62 | 120 |
| Binary | 10110100 | 11100110 | 11010000 | 10110 | 0 | 1010 | 1010 | 10011010 | 110010 | 1010000 |
Color Harmonies of #B4E6D0
Complementary color
Monochromatic Colors of #B4E6D0
Black with #B4E6D0
Text Example
Text Example
White with #B4E6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E6D0; }
p { color: rgb(180,230,208); }
H1.HeaderClassName
{
color: #B4E6D0;
}
.AnyTagClassName
{
color: #B4E6D0;
}
</style>
background-color css
<style>
a { background-color: #B4E6D0; }
a { background-color: rgb(180,230,208); }
div.DivClassName
{
background-color: #B4E6D0;
}
.BgClassName
{
background-color: #B4E6D0;
}
</style>
border-color css
<style>
span { border-color: #B4E6D0; }
span { border-color: rgb(180,230,208); }
td.TdClassName
{
border-color: #B4E6D0;
}
.TagClassName
{
border-color: #B4E6D0;
}
</style>