Shades of Vista Blue #8CE4BB
Tints of Vista Blue #8CE4BB
RGB
CMYK
RGB Variations
Color information
#8CE4BB (or 0x8CE4BB) is known color: Vista Blue. HEX triplet: 8C, E4 and BB. RGB value is (140,228,187). Sum of RGB (Red+Green+Blue) = 140+228+187=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4BB is #731B44. Grayscale: #C5C5C5. Windows color (decimal): -7543621 or 12313740. OLE color: 12313740.
HSL color Cylindrical-coordinate representation of color #8CE4BB: hue angle of 152.05º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4BB is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 187 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.11 |
| HSL | 152.05º | 0.62% | 0.72% | - |
| HSV(B) | 152.05º | 0.39% | 0.89% | - |
| XYZ | 47.53 | 64.65 | 56.99 | - |
| YUV | 197.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 187 | 0.39 | 0 | 0.18 | 0.11 | 152.05 | 0.62 | 0.72 |
| Hex | 8C | E4 | BB | 27 | 0 | 12 | B | 98 | 3E | 48 |
| Octal | 214 | 344 | 273 | 47 | 0 | 22 | 13 | 230 | 76 | 110 |
| Binary | 10001100 | 11100100 | 10111011 | 100111 | 0 | 10010 | 1011 | 10011000 | 111110 | 1001000 |
Color Harmonies of #8CE4BB
Complementary color
Monochromatic Colors of #8CE4BB
Black with #8CE4BB
Text Example
Text Example
White with #8CE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4BB; }
p { color: rgb(140,228,187); }
H1.HeaderClassName
{
color: #8CE4BB;
}
.AnyTagClassName
{
color: #8CE4BB;
}
</style>
background-color css
<style>
a { background-color: #8CE4BB; }
a { background-color: rgb(140,228,187); }
div.DivClassName
{
background-color: #8CE4BB;
}
.BgClassName
{
background-color: #8CE4BB;
}
</style>
border-color css
<style>
span { border-color: #8CE4BB; }
span { border-color: rgb(140,228,187); }
td.TdClassName
{
border-color: #8CE4BB;
}
.TagClassName
{
border-color: #8CE4BB;
}
</style>