Shades of Aero Blue #B8EBD4
Tints of Aero Blue #B8EBD4
RGB
CMYK
RGB Variations
Color information
#B8EBD4 (or 0xB8EBD4) is known color: Aero Blue. HEX triplet: B8, EB and D4. RGB value is (184,235,212). Sum of RGB (Red+Green+Blue) = 184+235+212=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBD4 is #47142B. Grayscale: #D9D9D9. Windows color (decimal): -4658220 or 13953976. OLE color: 13953976.
HSL color Cylindrical-coordinate representation of color #B8EBD4: hue angle of 152.94º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBD4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 212 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.08 |
| HSL | 152.94º | 0.56% | 0.82% | - |
| HSV(B) | 152.94º | 0.22% | 0.92% | - |
| XYZ | 61.36 | 74.36 | 73.41 | - |
| YUV | 217.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 212 | 0.22 | 0 | 0.10 | 0.08 | 152.94 | 0.56 | 0.82 |
| Hex | B8 | EB | D4 | 16 | 0 | A | 8 | 99 | 38 | 52 |
| Octal | 270 | 353 | 324 | 26 | 0 | 12 | 10 | 231 | 70 | 122 |
| Binary | 10111000 | 11101011 | 11010100 | 10110 | 0 | 1010 | 1000 | 10011001 | 111000 | 1010010 |
Color Harmonies of #B8EBD4
Complementary color
Monochromatic Colors of #B8EBD4
Black with #B8EBD4
Text Example
Text Example
White with #B8EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBD4; }
p { color: rgb(184,235,212); }
H1.HeaderClassName
{
color: #B8EBD4;
}
.AnyTagClassName
{
color: #B8EBD4;
}
</style>
background-color css
<style>
a { background-color: #B8EBD4; }
a { background-color: rgb(184,235,212); }
div.DivClassName
{
background-color: #B8EBD4;
}
.BgClassName
{
background-color: #B8EBD4;
}
</style>
border-color css
<style>
span { border-color: #B8EBD4; }
span { border-color: rgb(184,235,212); }
td.TdClassName
{
border-color: #B8EBD4;
}
.TagClassName
{
border-color: #B8EBD4;
}
</style>