Shades of Aero Blue #B7E6D1
Tints of Aero Blue #B7E6D1
RGB
CMYK
RGB Variations
Color information
#B7E6D1 (or 0xB7E6D1) is known color: Aero Blue. HEX triplet: B7, E6 and D1. RGB value is (183,230,209). Sum of RGB (Red+Green+Blue) = 183+230+209=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E6D1 is #48192E. Grayscale: #D5D5D5. Windows color (decimal): -4725039 or 13756087. OLE color: 13756087.
HSL color Cylindrical-coordinate representation of color #B7E6D1: hue angle of 153.19º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E6D1 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 230 | 209 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.10 |
| HSL | 153.19º | 0.48% | 0.81% | - |
| HSV(B) | 153.19º | 0.2% | 0.9% | - |
| XYZ | 59.33 | 71.26 | 70.95 | - |
| YUV | 213.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 230 | 209 | 0.20 | 0 | 0.09 | 0.10 | 153.19 | 0.48 | 0.81 |
| Hex | B7 | E6 | D1 | 14 | 0 | 9 | A | 99 | 30 | 51 |
| Octal | 267 | 346 | 321 | 24 | 0 | 11 | 12 | 231 | 60 | 121 |
| Binary | 10110111 | 11100110 | 11010001 | 10100 | 0 | 1001 | 1010 | 10011001 | 110000 | 1010001 |
Color Harmonies of #B7E6D1
Complementary color
Monochromatic Colors of #B7E6D1
Black with #B7E6D1
Text Example
Text Example
White with #B7E6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E6D1; }
p { color: rgb(183,230,209); }
H1.HeaderClassName
{
color: #B7E6D1;
}
.AnyTagClassName
{
color: #B7E6D1;
}
</style>
background-color css
<style>
a { background-color: #B7E6D1; }
a { background-color: rgb(183,230,209); }
div.DivClassName
{
background-color: #B7E6D1;
}
.BgClassName
{
background-color: #B7E6D1;
}
</style>
border-color css
<style>
span { border-color: #B7E6D1; }
span { border-color: rgb(183,230,209); }
td.TdClassName
{
border-color: #B7E6D1;
}
.TagClassName
{
border-color: #B7E6D1;
}
</style>