Shades of Aero Blue #B7E8D0
Tints of Aero Blue #B7E8D0
RGB
CMYK
RGB Variations
Color information
#B7E8D0 (or 0xB7E8D0) is known color: Aero Blue. HEX triplet: B7, E8 and D0. RGB value is (183,232,208). Sum of RGB (Red+Green+Blue) = 183+232+208=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E8D0 is #48172F. Grayscale: #D6D6D6. Windows color (decimal): -4724528 or 13691063. OLE color: 13691063.
HSL color Cylindrical-coordinate representation of color #B7E8D0: hue angle of 150.61º degrees, saturation: 0.52, 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 #B7E8D0 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 208 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.09 |
| HSL | 150.61º | 0.52% | 0.81% | - |
| HSV(B) | 150.61º | 0.21% | 0.91% | - |
| XYZ | 59.77 | 72.33 | 70.49 | - |
| YUV | 214.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 208 | 0.21 | 0 | 0.10 | 0.09 | 150.61 | 0.52 | 0.81 |
| Hex | B7 | E8 | D0 | 15 | 0 | A | 9 | 97 | 34 | 51 |
| Octal | 267 | 350 | 320 | 25 | 0 | 12 | 11 | 227 | 64 | 121 |
| Binary | 10110111 | 11101000 | 11010000 | 10101 | 0 | 1010 | 1001 | 10010111 | 110100 | 1010001 |
Color Harmonies of #B7E8D0
Complementary color
Monochromatic Colors of #B7E8D0
Black with #B7E8D0
Text Example
Text Example
White with #B7E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8D0; }
p { color: rgb(183,232,208); }
H1.HeaderClassName
{
color: #B7E8D0;
}
.AnyTagClassName
{
color: #B7E8D0;
}
</style>
background-color css
<style>
a { background-color: #B7E8D0; }
a { background-color: rgb(183,232,208); }
div.DivClassName
{
background-color: #B7E8D0;
}
.BgClassName
{
background-color: #B7E8D0;
}
</style>
border-color css
<style>
span { border-color: #B7E8D0; }
span { border-color: rgb(183,232,208); }
td.TdClassName
{
border-color: #B7E8D0;
}
.TagClassName
{
border-color: #B7E8D0;
}
</style>