Shades of Aero Blue #B7E7CB
Tints of Aero Blue #B7E7CB
RGB
CMYK
RGB Variations
Color information
#B7E7CB (or 0xB7E7CB) is known color: Aero Blue. HEX triplet: B7, E7 and CB. RGB value is (183,231,203). Sum of RGB (Red+Green+Blue) = 183+231+203=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7CB is #481834. Grayscale: #D5D5D5. Windows color (decimal): -4724789 or 13363127. OLE color: 13363127.
HSL color Cylindrical-coordinate representation of color #B7E7CB: hue angle of 145º 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 #B7E7CB is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 231 | 203 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.09 |
| HSL | 145º | 0.5% | 0.81% | - |
| HSV(B) | 145º | 0.21% | 0.91% | - |
| XYZ | 58.88 | 71.53 | 67.2 | - |
| YUV | 213.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 203 | 0.21 | 0 | 0.12 | 0.09 | 145 | 0.5 | 0.81 |
| Hex | B7 | E7 | CB | 15 | 0 | C | 9 | 91 | 32 | 51 |
| Octal | 267 | 347 | 313 | 25 | 0 | 14 | 11 | 221 | 62 | 121 |
| Binary | 10110111 | 11100111 | 11001011 | 10101 | 0 | 1100 | 1001 | 10010001 | 110010 | 1010001 |
Color Harmonies of #B7E7CB
Complementary color
Monochromatic Colors of #B7E7CB
Black with #B7E7CB
Text Example
Text Example
White with #B7E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7CB; }
p { color: rgb(183,231,203); }
H1.HeaderClassName
{
color: #B7E7CB;
}
.AnyTagClassName
{
color: #B7E7CB;
}
</style>
background-color css
<style>
a { background-color: #B7E7CB; }
a { background-color: rgb(183,231,203); }
div.DivClassName
{
background-color: #B7E7CB;
}
.BgClassName
{
background-color: #B7E7CB;
}
</style>
border-color css
<style>
span { border-color: #B7E7CB; }
span { border-color: rgb(183,231,203); }
td.TdClassName
{
border-color: #B7E7CB;
}
.TagClassName
{
border-color: #B7E7CB;
}
</style>