Shades of Aero Blue #B7E8D3
Tints of Aero Blue #B7E8D3
RGB
CMYK
RGB Variations
Color information
#B7E8D3 (or 0xB7E8D3) is known color: Aero Blue. HEX triplet: B7, E8 and D3. RGB value is (183,232,211). Sum of RGB (Red+Green+Blue) = 183+232+211=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E8D3 is #48172C. Grayscale: #D6D6D6. Windows color (decimal): -4724525 or 13887671. OLE color: 13887671.
HSL color Cylindrical-coordinate representation of color #B7E8D3: hue angle of 154.29º 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 #B7E8D3 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 211 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.09 |
| HSL | 154.29º | 0.52% | 0.81% | - |
| HSV(B) | 154.29º | 0.21% | 0.91% | - |
| XYZ | 60.14 | 72.48 | 72.45 | - |
| YUV | 214.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 211 | 0.21 | 0 | 0.09 | 0.09 | 154.29 | 0.52 | 0.81 |
| Hex | B7 | E8 | D3 | 15 | 0 | 9 | 9 | 9A | 34 | 51 |
| Octal | 267 | 350 | 323 | 25 | 0 | 11 | 11 | 232 | 64 | 121 |
| Binary | 10110111 | 11101000 | 11010011 | 10101 | 0 | 1001 | 1001 | 10011010 | 110100 | 1010001 |
Color Harmonies of #B7E8D3
Complementary color
Monochromatic Colors of #B7E8D3
Black with #B7E8D3
Text Example
Text Example
White with #B7E8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8D3; }
p { color: rgb(183,232,211); }
H1.HeaderClassName
{
color: #B7E8D3;
}
.AnyTagClassName
{
color: #B7E8D3;
}
</style>
background-color css
<style>
a { background-color: #B7E8D3; }
a { background-color: rgb(183,232,211); }
div.DivClassName
{
background-color: #B7E8D3;
}
.BgClassName
{
background-color: #B7E8D3;
}
</style>
border-color css
<style>
span { border-color: #B7E8D3; }
span { border-color: rgb(183,232,211); }
td.TdClassName
{
border-color: #B7E8D3;
}
.TagClassName
{
border-color: #B7E8D3;
}
</style>