Shades of Vista Blue #8CE5A8
Tints of Vista Blue #8CE5A8
RGB
CMYK
RGB Variations
Color information
#8CE5A8 (or 0x8CE5A8) is known color: Vista Blue. HEX triplet: 8C, E5 and A8. RGB value is (140,229,168). Sum of RGB (Red+Green+Blue) = 140+229+168=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE5A8 is #731A57. Grayscale: #C3C3C3. Windows color (decimal): -7543384 or 11068812. OLE color: 11068812.
HSL color Cylindrical-coordinate representation of color #8CE5A8: hue angle of 138.88º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE5A8 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 168 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.10 |
| HSL | 138.88º | 0.63% | 0.72% | - |
| HSV(B) | 138.88º | 0.39% | 0.9% | - |
| XYZ | 45.9 | 64.44 | 47.06 | - |
| YUV | 195.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 168 | 0.39 | 0 | 0.27 | 0.10 | 138.88 | 0.63 | 0.72 |
| Hex | 8C | E5 | A8 | 27 | 0 | 1B | A | 8B | 3F | 48 |
| Octal | 214 | 345 | 250 | 47 | 0 | 33 | 12 | 213 | 77 | 110 |
| Binary | 10001100 | 11100101 | 10101000 | 100111 | 0 | 11011 | 1010 | 10001011 | 111111 | 1001000 |
Color Harmonies of #8CE5A8
Complementary color
Monochromatic Colors of #8CE5A8
Black with #8CE5A8
Text Example
Text Example
White with #8CE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE5A8; }
p { color: rgb(140,229,168); }
H1.HeaderClassName
{
color: #8CE5A8;
}
.AnyTagClassName
{
color: #8CE5A8;
}
</style>
background-color css
<style>
a { background-color: #8CE5A8; }
a { background-color: rgb(140,229,168); }
div.DivClassName
{
background-color: #8CE5A8;
}
.BgClassName
{
background-color: #8CE5A8;
}
</style>
border-color css
<style>
span { border-color: #8CE5A8; }
span { border-color: rgb(140,229,168); }
td.TdClassName
{
border-color: #8CE5A8;
}
.TagClassName
{
border-color: #8CE5A8;
}
</style>