Shades of Aero Blue #B7E7D2
Tints of Aero Blue #B7E7D2
RGB
CMYK
RGB Variations
Color information
#B7E7D2 (or 0xB7E7D2) is known color: Aero Blue. HEX triplet: B7, E7 and D2. RGB value is (183,231,210). Sum of RGB (Red+Green+Blue) = 183+231+210=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7D2 is #48182D. Grayscale: #D6D6D6. Windows color (decimal): -4724782 or 13821879. OLE color: 13821879.
HSL color Cylindrical-coordinate representation of color #B7E7D2: hue angle of 153.75º 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 #B7E7D2 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 231 | 210 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.09 |
| HSL | 153.75º | 0.5% | 0.81% | - |
| HSV(B) | 153.75º | 0.21% | 0.91% | - |
| XYZ | 59.74 | 71.87 | 71.7 | - |
| YUV | 214.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 210 | 0.21 | 0 | 0.09 | 0.09 | 153.75 | 0.5 | 0.81 |
| Hex | B7 | E7 | D2 | 15 | 0 | 9 | 9 | 9A | 32 | 51 |
| Octal | 267 | 347 | 322 | 25 | 0 | 11 | 11 | 232 | 62 | 121 |
| Binary | 10110111 | 11100111 | 11010010 | 10101 | 0 | 1001 | 1001 | 10011010 | 110010 | 1010001 |
Color Harmonies of #B7E7D2
Complementary color
Monochromatic Colors of #B7E7D2
Black with #B7E7D2
Text Example
Text Example
White with #B7E7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7D2; }
p { color: rgb(183,231,210); }
H1.HeaderClassName
{
color: #B7E7D2;
}
.AnyTagClassName
{
color: #B7E7D2;
}
</style>
background-color css
<style>
a { background-color: #B7E7D2; }
a { background-color: rgb(183,231,210); }
div.DivClassName
{
background-color: #B7E7D2;
}
.BgClassName
{
background-color: #B7E7D2;
}
</style>
border-color css
<style>
span { border-color: #B7E7D2; }
span { border-color: rgb(183,231,210); }
td.TdClassName
{
border-color: #B7E7D2;
}
.TagClassName
{
border-color: #B7E7D2;
}
</style>