Shades of Aero Blue #B7E7CC
Tints of Aero Blue #B7E7CC
RGB
CMYK
RGB Variations
Color information
#B7E7CC (or 0xB7E7CC) is known color: Aero Blue. HEX triplet: B7, E7 and CC. RGB value is (183,231,204). Sum of RGB (Red+Green+Blue) = 183+231+204=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7CC is #481833. Grayscale: #D5D5D5. Windows color (decimal): -4724788 or 13428663. OLE color: 13428663.
HSL color Cylindrical-coordinate representation of color #B7E7CC: hue angle of 146.25º 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 #B7E7CC is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 231 | 204 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.09 |
| HSL | 146.25º | 0.5% | 0.81% | - |
| HSV(B) | 146.25º | 0.21% | 0.91% | - |
| XYZ | 59 | 71.58 | 67.83 | - |
| YUV | 213.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 204 | 0.21 | 0 | 0.12 | 0.09 | 146.25 | 0.5 | 0.81 |
| Hex | B7 | E7 | CC | 15 | 0 | C | 9 | 92 | 32 | 51 |
| Octal | 267 | 347 | 314 | 25 | 0 | 14 | 11 | 222 | 62 | 121 |
| Binary | 10110111 | 11100111 | 11001100 | 10101 | 0 | 1100 | 1001 | 10010010 | 110010 | 1010001 |
Color Harmonies of #B7E7CC
Complementary color
Monochromatic Colors of #B7E7CC
Black with #B7E7CC
Text Example
Text Example
White with #B7E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7CC; }
p { color: rgb(183,231,204); }
H1.HeaderClassName
{
color: #B7E7CC;
}
.AnyTagClassName
{
color: #B7E7CC;
}
</style>
background-color css
<style>
a { background-color: #B7E7CC; }
a { background-color: rgb(183,231,204); }
div.DivClassName
{
background-color: #B7E7CC;
}
.BgClassName
{
background-color: #B7E7CC;
}
</style>
border-color css
<style>
span { border-color: #B7E7CC; }
span { border-color: rgb(183,231,204); }
td.TdClassName
{
border-color: #B7E7CC;
}
.TagClassName
{
border-color: #B7E7CC;
}
</style>