Shades of Aero Blue #B8ECCC
Tints of Aero Blue #B8ECCC
RGB
CMYK
RGB Variations
Color information
#B8ECCC (or 0xB8ECCC) is known color: Aero Blue. HEX triplet: B8, EC and CC. RGB value is (184,236,204). Sum of RGB (Red+Green+Blue) = 184+236+204=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECCC is #471333. Grayscale: #D8D8D8. Windows color (decimal): -4657972 or 13429944. OLE color: 13429944.
HSL color Cylindrical-coordinate representation of color #B8ECCC: hue angle of 143.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECCC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 204 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.07 |
| HSL | 143.08º | 0.58% | 0.82% | - |
| HSV(B) | 143.08º | 0.22% | 0.93% | - |
| XYZ | 60.66 | 74.54 | 68.32 | - |
| YUV | 216.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 204 | 0.22 | 0 | 0.14 | 0.07 | 143.08 | 0.58 | 0.82 |
| Hex | B8 | EC | CC | 16 | 0 | E | 7 | 8F | 3A | 52 |
| Octal | 270 | 354 | 314 | 26 | 0 | 16 | 7 | 217 | 72 | 122 |
| Binary | 10111000 | 11101100 | 11001100 | 10110 | 0 | 1110 | 111 | 10001111 | 111010 | 1010010 |
Color Harmonies of #B8ECCC
Complementary color
Monochromatic Colors of #B8ECCC
Black with #B8ECCC
Text Example
Text Example
White with #B8ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECCC; }
p { color: rgb(184,236,204); }
H1.HeaderClassName
{
color: #B8ECCC;
}
.AnyTagClassName
{
color: #B8ECCC;
}
</style>
background-color css
<style>
a { background-color: #B8ECCC; }
a { background-color: rgb(184,236,204); }
div.DivClassName
{
background-color: #B8ECCC;
}
.BgClassName
{
background-color: #B8ECCC;
}
</style>
border-color css
<style>
span { border-color: #B8ECCC; }
span { border-color: rgb(184,236,204); }
td.TdClassName
{
border-color: #B8ECCC;
}
.TagClassName
{
border-color: #B8ECCC;
}
</style>