Shades of Aero Blue #B7E4CF
Tints of Aero Blue #B7E4CF
RGB
CMYK
RGB Variations
Color information
#B7E4CF (or 0xB7E4CF) is known color: Aero Blue. HEX triplet: B7, E4 and CF. RGB value is (183,228,207). Sum of RGB (Red+Green+Blue) = 183+228+207=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #B7E4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E4CF is #481B30. Grayscale: #D4D4D4. Windows color (decimal): -4725553 or 13624503. OLE color: 13624503.
HSL color Cylindrical-coordinate representation of color #B7E4CF: hue angle of 152º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E4CF is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 228 | 207 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.11 |
| HSL | 152º | 0.45% | 0.81% | - |
| HSV(B) | 152º | 0.2% | 0.89% | - |
| XYZ | 58.53 | 70.06 | 69.47 | - |
| YUV | 212.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 228 | 207 | 0.20 | 0 | 0.09 | 0.11 | 152 | 0.45 | 0.81 |
| Hex | B7 | E4 | CF | 14 | 0 | 9 | B | 98 | 2D | 51 |
| Octal | 267 | 344 | 317 | 24 | 0 | 11 | 13 | 230 | 55 | 121 |
| Binary | 10110111 | 11100100 | 11001111 | 10100 | 0 | 1001 | 1011 | 10011000 | 101101 | 1010001 |
Color Harmonies of #B7E4CF
Complementary color
Monochromatic Colors of #B7E4CF
Black with #B7E4CF
Text Example
Text Example
White with #B7E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E4CF; }
p { color: rgb(183,228,207); }
H1.HeaderClassName
{
color: #B7E4CF;
}
.AnyTagClassName
{
color: #B7E4CF;
}
</style>
background-color css
<style>
a { background-color: #B7E4CF; }
a { background-color: rgb(183,228,207); }
div.DivClassName
{
background-color: #B7E4CF;
}
.BgClassName
{
background-color: #B7E4CF;
}
</style>
border-color css
<style>
span { border-color: #B7E4CF; }
span { border-color: rgb(183,228,207); }
td.TdClassName
{
border-color: #B7E4CF;
}
.TagClassName
{
border-color: #B7E4CF;
}
</style>