Shades of Aero Blue #B8EACD
Tints of Aero Blue #B8EACD
RGB
CMYK
RGB Variations
Color information
#B8EACD (or 0xB8EACD) is known color: Aero Blue. HEX triplet: B8, EA and CD. RGB value is (184,234,205). Sum of RGB (Red+Green+Blue) = 184+234+205=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EACD is #471532. Grayscale: #D7D7D7. Windows color (decimal): -4658483 or 13494968. OLE color: 13494968.
HSL color Cylindrical-coordinate representation of color #B8EACD: hue angle of 145.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EACD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 205 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.08 |
| HSL | 145.2º | 0.54% | 0.82% | - |
| HSV(B) | 145.2º | 0.21% | 0.92% | - |
| XYZ | 60.21 | 73.44 | 68.76 | - |
| YUV | 215.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 205 | 0.21 | 0 | 0.12 | 0.08 | 145.2 | 0.54 | 0.82 |
| Hex | B8 | EA | CD | 15 | 0 | C | 8 | 91 | 36 | 52 |
| Octal | 270 | 352 | 315 | 25 | 0 | 14 | 10 | 221 | 66 | 122 |
| Binary | 10111000 | 11101010 | 11001101 | 10101 | 0 | 1100 | 1000 | 10010001 | 110110 | 1010010 |
Color Harmonies of #B8EACD
Complementary color
Monochromatic Colors of #B8EACD
Black with #B8EACD
Text Example
Text Example
White with #B8EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EACD; }
p { color: rgb(184,234,205); }
H1.HeaderClassName
{
color: #B8EACD;
}
.AnyTagClassName
{
color: #B8EACD;
}
</style>
background-color css
<style>
a { background-color: #B8EACD; }
a { background-color: rgb(184,234,205); }
div.DivClassName
{
background-color: #B8EACD;
}
.BgClassName
{
background-color: #B8EACD;
}
</style>
border-color css
<style>
span { border-color: #B8EACD; }
span { border-color: rgb(184,234,205); }
td.TdClassName
{
border-color: #B8EACD;
}
.TagClassName
{
border-color: #B8EACD;
}
</style>