Shades of Aero Blue #B7E8CF
Tints of Aero Blue #B7E8CF
RGB
CMYK
RGB Variations
Color information
#B7E8CF (or 0xB7E8CF) is known color: Aero Blue. HEX triplet: B7, E8 and CF. RGB value is (183,232,207). Sum of RGB (Red+Green+Blue) = 183+232+207=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E8CF is #481730. Grayscale: #D6D6D6. Windows color (decimal): -4724529 or 13625527. OLE color: 13625527.
HSL color Cylindrical-coordinate representation of color #B7E8CF: hue angle of 149.39º degrees, saturation: 0.52, 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 #B7E8CF is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 207 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.09 |
| HSL | 149.39º | 0.52% | 0.81% | - |
| HSV(B) | 149.39º | 0.21% | 0.91% | - |
| XYZ | 59.65 | 72.29 | 69.84 | - |
| YUV | 214.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 207 | 0.21 | 0 | 0.11 | 0.09 | 149.39 | 0.52 | 0.81 |
| Hex | B7 | E8 | CF | 15 | 0 | B | 9 | 95 | 34 | 51 |
| Octal | 267 | 350 | 317 | 25 | 0 | 13 | 11 | 225 | 64 | 121 |
| Binary | 10110111 | 11101000 | 11001111 | 10101 | 0 | 1011 | 1001 | 10010101 | 110100 | 1010001 |
Color Harmonies of #B7E8CF
Complementary color
Monochromatic Colors of #B7E8CF
Black with #B7E8CF
Text Example
Text Example
White with #B7E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8CF; }
p { color: rgb(183,232,207); }
H1.HeaderClassName
{
color: #B7E8CF;
}
.AnyTagClassName
{
color: #B7E8CF;
}
</style>
background-color css
<style>
a { background-color: #B7E8CF; }
a { background-color: rgb(183,232,207); }
div.DivClassName
{
background-color: #B7E8CF;
}
.BgClassName
{
background-color: #B7E8CF;
}
</style>
border-color css
<style>
span { border-color: #B7E8CF; }
span { border-color: rgb(183,232,207); }
td.TdClassName
{
border-color: #B7E8CF;
}
.TagClassName
{
border-color: #B7E8CF;
}
</style>