Shades of Aero Blue #B8EECD
Tints of Aero Blue #B8EECD
RGB
CMYK
RGB Variations
Color information
#B8EECD (or 0xB8EECD) is known color: Aero Blue. HEX triplet: B8, EE and CD. RGB value is (184,238,205). Sum of RGB (Red+Green+Blue) = 184+238+205=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EECD is #471132. Grayscale: #DADADA. Windows color (decimal): -4657459 or 13495992. OLE color: 13495992.
HSL color Cylindrical-coordinate representation of color #B8EECD: hue angle of 143.33º 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 #B8EECD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 205 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.07 |
| HSL | 143.33º | 0.61% | 0.83% | - |
| HSV(B) | 143.33º | 0.23% | 0.93% | - |
| XYZ | 61.36 | 75.75 | 69.14 | - |
| YUV | 218.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 205 | 0.23 | 0 | 0.14 | 0.07 | 143.33 | 0.61 | 0.83 |
| Hex | B8 | EE | CD | 17 | 0 | E | 7 | 8F | 3D | 53 |
| Octal | 270 | 356 | 315 | 27 | 0 | 16 | 7 | 217 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11001101 | 10111 | 0 | 1110 | 111 | 10001111 | 111101 | 1010011 |
Color Harmonies of #B8EECD
Complementary color
Monochromatic Colors of #B8EECD
Black with #B8EECD
Text Example
Text Example
White with #B8EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EECD; }
p { color: rgb(184,238,205); }
H1.HeaderClassName
{
color: #B8EECD;
}
.AnyTagClassName
{
color: #B8EECD;
}
</style>
background-color css
<style>
a { background-color: #B8EECD; }
a { background-color: rgb(184,238,205); }
div.DivClassName
{
background-color: #B8EECD;
}
.BgClassName
{
background-color: #B8EECD;
}
</style>
border-color css
<style>
span { border-color: #B8EECD; }
span { border-color: rgb(184,238,205); }
td.TdClassName
{
border-color: #B8EECD;
}
.TagClassName
{
border-color: #B8EECD;
}
</style>