Shades of Aero Blue #B7ECD3
Tints of Aero Blue #B7ECD3
RGB
CMYK
RGB Variations
Color information
#B7ECD3 (or 0xB7ECD3) is known color: Aero Blue. HEX triplet: B7, EC and D3. RGB value is (183,236,211). Sum of RGB (Red+Green+Blue) = 183+236+211=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #B7ECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7ECD3 is #48132C. Grayscale: #D9D9D9. Windows color (decimal): -4723501 or 13888695. OLE color: 13888695.
HSL color Cylindrical-coordinate representation of color #B7ECD3: hue angle of 151.7º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7ECD3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 236 | 211 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.07 |
| HSL | 151.7º | 0.58% | 0.82% | - |
| HSV(B) | 151.7º | 0.22% | 0.93% | - |
| XYZ | 61.28 | 74.76 | 72.83 | - |
| YUV | 217.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 236 | 211 | 0.22 | 0 | 0.11 | 0.07 | 151.7 | 0.58 | 0.82 |
| Hex | B7 | EC | D3 | 16 | 0 | B | 7 | 98 | 3A | 52 |
| Octal | 267 | 354 | 323 | 26 | 0 | 13 | 7 | 230 | 72 | 122 |
| Binary | 10110111 | 11101100 | 11010011 | 10110 | 0 | 1011 | 111 | 10011000 | 111010 | 1010010 |
Color Harmonies of #B7ECD3
Complementary color
Monochromatic Colors of #B7ECD3
Black with #B7ECD3
Text Example
Text Example
White with #B7ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ECD3; }
p { color: rgb(183,236,211); }
H1.HeaderClassName
{
color: #B7ECD3;
}
.AnyTagClassName
{
color: #B7ECD3;
}
</style>
background-color css
<style>
a { background-color: #B7ECD3; }
a { background-color: rgb(183,236,211); }
div.DivClassName
{
background-color: #B7ECD3;
}
.BgClassName
{
background-color: #B7ECD3;
}
</style>
border-color css
<style>
span { border-color: #B7ECD3; }
span { border-color: rgb(183,236,211); }
td.TdClassName
{
border-color: #B7ECD3;
}
.TagClassName
{
border-color: #B7ECD3;
}
</style>