Shades of Aero Blue #B7EED6
Tints of Aero Blue #B7EED6
RGB
CMYK
RGB Variations
Color information
#B7EED6 (or 0xB7EED6) is known color: Aero Blue. HEX triplet: B7, EE and D6. RGB value is (183,238,214). Sum of RGB (Red+Green+Blue) = 183+238+214=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EED6 is #481129. Grayscale: #DADADA. Windows color (decimal): -4722986 or 14085815. OLE color: 14085815.
HSL color Cylindrical-coordinate representation of color #B7EED6: hue angle of 153.82º 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 #B7EED6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 238 | 214 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 153.82º | 0.62% | 0.83% | - |
| HSV(B) | 153.82º | 0.23% | 0.93% | - |
| XYZ | 62.24 | 76.07 | 75.02 | - |
| YUV | 218.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 214 | 0.23 | 0 | 0.10 | 0.07 | 153.82 | 0.62 | 0.83 |
| Hex | B7 | EE | D6 | 17 | 0 | A | 7 | 9A | 3E | 53 |
| Octal | 267 | 356 | 326 | 27 | 0 | 12 | 7 | 232 | 76 | 123 |
| Binary | 10110111 | 11101110 | 11010110 | 10111 | 0 | 1010 | 111 | 10011010 | 111110 | 1010011 |
Color Harmonies of #B7EED6
Complementary color
Monochromatic Colors of #B7EED6
Black with #B7EED6
Text Example
Text Example
White with #B7EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EED6; }
p { color: rgb(183,238,214); }
H1.HeaderClassName
{
color: #B7EED6;
}
.AnyTagClassName
{
color: #B7EED6;
}
</style>
background-color css
<style>
a { background-color: #B7EED6; }
a { background-color: rgb(183,238,214); }
div.DivClassName
{
background-color: #B7EED6;
}
.BgClassName
{
background-color: #B7EED6;
}
</style>
border-color css
<style>
span { border-color: #B7EED6; }
span { border-color: rgb(183,238,214); }
td.TdClassName
{
border-color: #B7EED6;
}
.TagClassName
{
border-color: #B7EED6;
}
</style>