Shades of Aero Blue #B8EED7
Tints of Aero Blue #B8EED7
RGB
CMYK
RGB Variations
Color information
#B8EED7 (or 0xB8EED7) is known color: Aero Blue. HEX triplet: B8, EE and D7. RGB value is (184,238,215). Sum of RGB (Red+Green+Blue) = 184+238+215=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EED7 is #471128. Grayscale: #DBDBDB. Windows color (decimal): -4657449 or 14151352. OLE color: 14151352.
HSL color Cylindrical-coordinate representation of color #B8EED7: hue angle of 154.44º degrees, saturation: 0.61, 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 #B8EED7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 215 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.07 |
| HSL | 154.44º | 0.61% | 0.83% | - |
| HSV(B) | 154.44º | 0.23% | 0.93% | - |
| XYZ | 62.61 | 76.25 | 75.71 | - |
| YUV | 219.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 215 | 0.23 | 0 | 0.10 | 0.07 | 154.44 | 0.61 | 0.83 |
| Hex | B8 | EE | D7 | 17 | 0 | A | 7 | 9A | 3D | 53 |
| Octal | 270 | 356 | 327 | 27 | 0 | 12 | 7 | 232 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11010111 | 10111 | 0 | 1010 | 111 | 10011010 | 111101 | 1010011 |
Color Harmonies of #B8EED7
Complementary color
Monochromatic Colors of #B8EED7
Black with #B8EED7
Text Example
Text Example
White with #B8EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EED7; }
p { color: rgb(184,238,215); }
H1.HeaderClassName
{
color: #B8EED7;
}
.AnyTagClassName
{
color: #B8EED7;
}
</style>
background-color css
<style>
a { background-color: #B8EED7; }
a { background-color: rgb(184,238,215); }
div.DivClassName
{
background-color: #B8EED7;
}
.BgClassName
{
background-color: #B8EED7;
}
</style>
border-color css
<style>
span { border-color: #B8EED7; }
span { border-color: rgb(184,238,215); }
td.TdClassName
{
border-color: #B8EED7;
}
.TagClassName
{
border-color: #B8EED7;
}
</style>