Shades of Aero Blue #B7E3CF
Tints of Aero Blue #B7E3CF
RGB
CMYK
RGB Variations
Color information
#B7E3CF (or 0xB7E3CF) is known color: Aero Blue. HEX triplet: B7, E3 and CF. RGB value is (183,227,207). Sum of RGB (Red+Green+Blue) = 183+227+207=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E3CF is #481C30. Grayscale: #D3D3D3. Windows color (decimal): -4725809 or 13624247. OLE color: 13624247.
HSL color Cylindrical-coordinate representation of color #B7E3CF: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E3CF is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 227 | 207 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.11 |
| HSL | 152.73º | 0.44% | 0.8% | - |
| HSV(B) | 152.73º | 0.19% | 0.89% | - |
| XYZ | 58.26 | 69.51 | 69.38 | - |
| YUV | 211.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 227 | 207 | 0.19 | 0 | 0.09 | 0.11 | 152.73 | 0.44 | 0.8 |
| Hex | B7 | E3 | CF | 13 | 0 | 9 | B | 99 | 2C | 50 |
| Octal | 267 | 343 | 317 | 23 | 0 | 11 | 13 | 231 | 54 | 120 |
| Binary | 10110111 | 11100011 | 11001111 | 10011 | 0 | 1001 | 1011 | 10011001 | 101100 | 1010000 |
Color Harmonies of #B7E3CF
Complementary color
Monochromatic Colors of #B7E3CF
Black with #B7E3CF
Text Example
Text Example
White with #B7E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E3CF; }
p { color: rgb(183,227,207); }
H1.HeaderClassName
{
color: #B7E3CF;
}
.AnyTagClassName
{
color: #B7E3CF;
}
</style>
background-color css
<style>
a { background-color: #B7E3CF; }
a { background-color: rgb(183,227,207); }
div.DivClassName
{
background-color: #B7E3CF;
}
.BgClassName
{
background-color: #B7E3CF;
}
</style>
border-color css
<style>
span { border-color: #B7E3CF; }
span { border-color: rgb(183,227,207); }
td.TdClassName
{
border-color: #B7E3CF;
}
.TagClassName
{
border-color: #B7E3CF;
}
</style>