Shades of Aero Blue #B7EED7
Tints of Aero Blue #B7EED7
RGB
CMYK
RGB Variations
Color information
#B7EED7 (or 0xB7EED7) is known color: Aero Blue. HEX triplet: B7, EE and D7. RGB value is (183,238,215). Sum of RGB (Red+Green+Blue) = 183+238+215=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EED7 is #481128. Grayscale: #DADADA. Windows color (decimal): -4722985 or 14151351. OLE color: 14151351.
HSL color Cylindrical-coordinate representation of color #B7EED7: hue angle of 154.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EED7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 238 | 215 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 154.91º | 0.62% | 0.83% | - |
| HSV(B) | 154.91º | 0.23% | 0.93% | - |
| XYZ | 62.37 | 76.12 | 75.7 | - |
| YUV | 218.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 215 | 0.23 | 0 | 0.10 | 0.07 | 154.91 | 0.62 | 0.83 |
| Hex | B7 | EE | D7 | 17 | 0 | A | 7 | 9B | 3E | 53 |
| Octal | 267 | 356 | 327 | 27 | 0 | 12 | 7 | 233 | 76 | 123 |
| Binary | 10110111 | 11101110 | 11010111 | 10111 | 0 | 1010 | 111 | 10011011 | 111110 | 1010011 |
Color Harmonies of #B7EED7
Complementary color
Monochromatic Colors of #B7EED7
Black with #B7EED7
Text Example
Text Example
White with #B7EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EED7; }
p { color: rgb(183,238,215); }
H1.HeaderClassName
{
color: #B7EED7;
}
.AnyTagClassName
{
color: #B7EED7;
}
</style>
background-color css
<style>
a { background-color: #B7EED7; }
a { background-color: rgb(183,238,215); }
div.DivClassName
{
background-color: #B7EED7;
}
.BgClassName
{
background-color: #B7EED7;
}
</style>
border-color css
<style>
span { border-color: #B7EED7; }
span { border-color: rgb(183,238,215); }
td.TdClassName
{
border-color: #B7EED7;
}
.TagClassName
{
border-color: #B7EED7;
}
</style>