Shades of Aero Blue #B7EDD5
Tints of Aero Blue #B7EDD5
RGB
CMYK
RGB Variations
Color information
#B7EDD5 (or 0xB7EDD5) is known color: Aero Blue. HEX triplet: B7, ED and D5. RGB value is (183,237,213). Sum of RGB (Red+Green+Blue) = 183+237+213=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDD5 is #48122A. Grayscale: #DADADA. Windows color (decimal): -4723243 or 14020023. OLE color: 14020023.
HSL color Cylindrical-coordinate representation of color #B7EDD5: hue angle of 153.33º 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 #B7EDD5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 213 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 153.33º | 0.6% | 0.82% | - |
| HSV(B) | 153.33º | 0.23% | 0.93% | - |
| XYZ | 61.82 | 75.44 | 74.25 | - |
| YUV | 218.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 213 | 0.23 | 0 | 0.10 | 0.07 | 153.33 | 0.6 | 0.82 |
| Hex | B7 | ED | D5 | 17 | 0 | A | 7 | 99 | 3C | 52 |
| Octal | 267 | 355 | 325 | 27 | 0 | 12 | 7 | 231 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11010101 | 10111 | 0 | 1010 | 111 | 10011001 | 111100 | 1010010 |
Color Harmonies of #B7EDD5
Complementary color
Monochromatic Colors of #B7EDD5
Black with #B7EDD5
Text Example
Text Example
White with #B7EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDD5; }
p { color: rgb(183,237,213); }
H1.HeaderClassName
{
color: #B7EDD5;
}
.AnyTagClassName
{
color: #B7EDD5;
}
</style>
background-color css
<style>
a { background-color: #B7EDD5; }
a { background-color: rgb(183,237,213); }
div.DivClassName
{
background-color: #B7EDD5;
}
.BgClassName
{
background-color: #B7EDD5;
}
</style>
border-color css
<style>
span { border-color: #B7EDD5; }
span { border-color: rgb(183,237,213); }
td.TdClassName
{
border-color: #B7EDD5;
}
.TagClassName
{
border-color: #B7EDD5;
}
</style>