Shades of Aero Blue #B7E7D3
Tints of Aero Blue #B7E7D3
RGB
CMYK
RGB Variations
Color information
#B7E7D3 (or 0xB7E7D3) is known color: Aero Blue. HEX triplet: B7, E7 and D3. RGB value is (183,231,211). Sum of RGB (Red+Green+Blue) = 183+231+211=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7D3 is #48182C. Grayscale: #D6D6D6. Windows color (decimal): -4724781 or 13887415. OLE color: 13887415.
HSL color Cylindrical-coordinate representation of color #B7E7D3: hue angle of 155º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7E7D3 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 231 | 211 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.09 |
| HSL | 155º | 0.5% | 0.81% | - |
| HSV(B) | 155º | 0.21% | 0.91% | - |
| XYZ | 59.86 | 71.92 | 72.36 | - |
| YUV | 214.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 211 | 0.21 | 0 | 0.09 | 0.09 | 155 | 0.5 | 0.81 |
| Hex | B7 | E7 | D3 | 15 | 0 | 9 | 9 | 9B | 32 | 51 |
| Octal | 267 | 347 | 323 | 25 | 0 | 11 | 11 | 233 | 62 | 121 |
| Binary | 10110111 | 11100111 | 11010011 | 10101 | 0 | 1001 | 1001 | 10011011 | 110010 | 1010001 |
Color Harmonies of #B7E7D3
Complementary color
Monochromatic Colors of #B7E7D3
Black with #B7E7D3
Text Example
Text Example
White with #B7E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7D3; }
p { color: rgb(183,231,211); }
H1.HeaderClassName
{
color: #B7E7D3;
}
.AnyTagClassName
{
color: #B7E7D3;
}
</style>
background-color css
<style>
a { background-color: #B7E7D3; }
a { background-color: rgb(183,231,211); }
div.DivClassName
{
background-color: #B7E7D3;
}
.BgClassName
{
background-color: #B7E7D3;
}
</style>
border-color css
<style>
span { border-color: #B7E7D3; }
span { border-color: rgb(183,231,211); }
td.TdClassName
{
border-color: #B7E7D3;
}
.TagClassName
{
border-color: #B7E7D3;
}
</style>