Shades of Aero Blue #B7E7CA
Tints of Aero Blue #B7E7CA
RGB
CMYK
RGB Variations
Color information
#B7E7CA (or 0xB7E7CA) is known color: Aero Blue. HEX triplet: B7, E7 and CA. RGB value is (183,231,202). Sum of RGB (Red+Green+Blue) = 183+231+202=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7CA is #481835. Grayscale: #D5D5D5. Windows color (decimal): -4724790 or 13297591. OLE color: 13297591.
HSL color Cylindrical-coordinate representation of color #B7E7CA: hue angle of 143.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 #B7E7CA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 231 | 202 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.09 |
| HSL | 143.75º | 0.5% | 0.81% | - |
| HSV(B) | 143.75º | 0.21% | 0.91% | - |
| XYZ | 58.77 | 71.48 | 66.58 | - |
| YUV | 213.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 202 | 0.21 | 0 | 0.13 | 0.09 | 143.75 | 0.5 | 0.81 |
| Hex | B7 | E7 | CA | 15 | 0 | D | 9 | 90 | 32 | 51 |
| Octal | 267 | 347 | 312 | 25 | 0 | 15 | 11 | 220 | 62 | 121 |
| Binary | 10110111 | 11100111 | 11001010 | 10101 | 0 | 1101 | 1001 | 10010000 | 110010 | 1010001 |
Color Harmonies of #B7E7CA
Complementary color
Monochromatic Colors of #B7E7CA
Black with #B7E7CA
Text Example
Text Example
White with #B7E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7CA; }
p { color: rgb(183,231,202); }
H1.HeaderClassName
{
color: #B7E7CA;
}
.AnyTagClassName
{
color: #B7E7CA;
}
</style>
background-color css
<style>
a { background-color: #B7E7CA; }
a { background-color: rgb(183,231,202); }
div.DivClassName
{
background-color: #B7E7CA;
}
.BgClassName
{
background-color: #B7E7CA;
}
</style>
border-color css
<style>
span { border-color: #B7E7CA; }
span { border-color: rgb(183,231,202); }
td.TdClassName
{
border-color: #B7E7CA;
}
.TagClassName
{
border-color: #B7E7CA;
}
</style>