Shades of Vista Blue #8CE3BD
Tints of Vista Blue #8CE3BD
RGB
CMYK
RGB Variations
Color information
#8CE3BD (or 0x8CE3BD) is known color: Vista Blue. HEX triplet: 8C, E3 and BD. RGB value is (140,227,189). Sum of RGB (Red+Green+Blue) = 140+227+189=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE3BD is #731C42. Grayscale: #C4C4C4. Windows color (decimal): -7543875 or 12444556. OLE color: 12444556.
HSL color Cylindrical-coordinate representation of color #8CE3BD: hue angle of 153.79º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE3BD is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 189 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.11 |
| HSL | 153.79º | 0.61% | 0.72% | - |
| HSV(B) | 153.79º | 0.38% | 0.89% | - |
| XYZ | 47.47 | 64.19 | 58.03 | - |
| YUV | 196.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 189 | 0.38 | 0 | 0.17 | 0.11 | 153.79 | 0.61 | 0.72 |
| Hex | 8C | E3 | BD | 26 | 0 | 11 | B | 9A | 3D | 48 |
| Octal | 214 | 343 | 275 | 46 | 0 | 21 | 13 | 232 | 75 | 110 |
| Binary | 10001100 | 11100011 | 10111101 | 100110 | 0 | 10001 | 1011 | 10011010 | 111101 | 1001000 |
Color Harmonies of #8CE3BD
Complementary color
Monochromatic Colors of #8CE3BD
Black with #8CE3BD
Text Example
Text Example
White with #8CE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3BD; }
p { color: rgb(140,227,189); }
H1.HeaderClassName
{
color: #8CE3BD;
}
.AnyTagClassName
{
color: #8CE3BD;
}
</style>
background-color css
<style>
a { background-color: #8CE3BD; }
a { background-color: rgb(140,227,189); }
div.DivClassName
{
background-color: #8CE3BD;
}
.BgClassName
{
background-color: #8CE3BD;
}
</style>
border-color css
<style>
span { border-color: #8CE3BD; }
span { border-color: rgb(140,227,189); }
td.TdClassName
{
border-color: #8CE3BD;
}
.TagClassName
{
border-color: #8CE3BD;
}
</style>