Shades of Aero Blue #B7EDD7
Tints of Aero Blue #B7EDD7
RGB
CMYK
RGB Variations
Color information
#B7EDD7 (or 0xB7EDD7) is known color: Aero Blue. HEX triplet: B7, ED and D7. RGB value is (183,237,215). Sum of RGB (Red+Green+Blue) = 183+237+215=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDD7 is #481228. Grayscale: #DADADA. Windows color (decimal): -4723241 or 14151095. OLE color: 14151095.
HSL color Cylindrical-coordinate representation of color #B7EDD7: hue angle of 155.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDD7 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 215 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.07 |
| HSL | 155.56º | 0.6% | 0.82% | - |
| HSV(B) | 155.56º | 0.23% | 0.93% | - |
| XYZ | 62.08 | 75.54 | 75.6 | - |
| YUV | 218.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 215 | 0.23 | 0 | 0.09 | 0.07 | 155.56 | 0.6 | 0.82 |
| Hex | B7 | ED | D7 | 17 | 0 | 9 | 7 | 9C | 3C | 52 |
| Octal | 267 | 355 | 327 | 27 | 0 | 11 | 7 | 234 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11010111 | 10111 | 0 | 1001 | 111 | 10011100 | 111100 | 1010010 |
Color Harmonies of #B7EDD7
Complementary color
Monochromatic Colors of #B7EDD7
Black with #B7EDD7
Text Example
Text Example
White with #B7EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDD7; }
p { color: rgb(183,237,215); }
H1.HeaderClassName
{
color: #B7EDD7;
}
.AnyTagClassName
{
color: #B7EDD7;
}
</style>
background-color css
<style>
a { background-color: #B7EDD7; }
a { background-color: rgb(183,237,215); }
div.DivClassName
{
background-color: #B7EDD7;
}
.BgClassName
{
background-color: #B7EDD7;
}
</style>
border-color css
<style>
span { border-color: #B7EDD7; }
span { border-color: rgb(183,237,215); }
td.TdClassName
{
border-color: #B7EDD7;
}
.TagClassName
{
border-color: #B7EDD7;
}
</style>