Shades of Aero Blue #B8EDD5
Tints of Aero Blue #B8EDD5
RGB
CMYK
RGB Variations
Color information
#B8EDD5 (or 0xB8EDD5) is known color: Aero Blue. HEX triplet: B8, ED and D5. RGB value is (184,237,213). Sum of RGB (Red+Green+Blue) = 184+237+213=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDD5 is #47122A. Grayscale: #DADADA. Windows color (decimal): -4657707 or 14020024. OLE color: 14020024.
HSL color Cylindrical-coordinate representation of color #B8EDD5: hue angle of 152.83º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDD5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 213 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.07 |
| HSL | 152.83º | 0.6% | 0.83% | - |
| HSV(B) | 152.83º | 0.22% | 0.93% | - |
| XYZ | 62.06 | 75.56 | 74.26 | - |
| YUV | 218.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 213 | 0.22 | 0 | 0.10 | 0.07 | 152.83 | 0.6 | 0.83 |
| Hex | B8 | ED | D5 | 16 | 0 | A | 7 | 99 | 3C | 53 |
| Octal | 270 | 355 | 325 | 26 | 0 | 12 | 7 | 231 | 74 | 123 |
| Binary | 10111000 | 11101101 | 11010101 | 10110 | 0 | 1010 | 111 | 10011001 | 111100 | 1010011 |
Color Harmonies of #B8EDD5
Complementary color
Monochromatic Colors of #B8EDD5
Black with #B8EDD5
Text Example
Text Example
White with #B8EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDD5; }
p { color: rgb(184,237,213); }
H1.HeaderClassName
{
color: #B8EDD5;
}
.AnyTagClassName
{
color: #B8EDD5;
}
</style>
background-color css
<style>
a { background-color: #B8EDD5; }
a { background-color: rgb(184,237,213); }
div.DivClassName
{
background-color: #B8EDD5;
}
.BgClassName
{
background-color: #B8EDD5;
}
</style>
border-color css
<style>
span { border-color: #B8EDD5; }
span { border-color: rgb(184,237,213); }
td.TdClassName
{
border-color: #B8EDD5;
}
.TagClassName
{
border-color: #B8EDD5;
}
</style>