Shades of Vista Blue #8CE5AA
Tints of Vista Blue #8CE5AA
RGB
CMYK
RGB Variations
Color information
#8CE5AA (or 0x8CE5AA) is known color: Vista Blue. HEX triplet: 8C, E5 and AA. RGB value is (140,229,170). Sum of RGB (Red+Green+Blue) = 140+229+170=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE5AA is #731A55. Grayscale: #C3C3C3. Windows color (decimal): -7543382 or 11199884. OLE color: 11199884.
HSL color Cylindrical-coordinate representation of color #8CE5AA: hue angle of 140.22º 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 #8CE5AA is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 170 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.10 |
| HSL | 140.22º | 0.63% | 0.72% | - |
| HSV(B) | 140.22º | 0.39% | 0.9% | - |
| XYZ | 46.09 | 64.52 | 48.05 | - |
| YUV | 195.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 170 | 0.39 | 0 | 0.26 | 0.10 | 140.22 | 0.63 | 0.72 |
| Hex | 8C | E5 | AA | 27 | 0 | 1A | A | 8C | 3F | 48 |
| Octal | 214 | 345 | 252 | 47 | 0 | 32 | 12 | 214 | 77 | 110 |
| Binary | 10001100 | 11100101 | 10101010 | 100111 | 0 | 11010 | 1010 | 10001100 | 111111 | 1001000 |
Color Harmonies of #8CE5AA
Complementary color
Monochromatic Colors of #8CE5AA
Black with #8CE5AA
Text Example
Text Example
White with #8CE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE5AA; }
p { color: rgb(140,229,170); }
H1.HeaderClassName
{
color: #8CE5AA;
}
.AnyTagClassName
{
color: #8CE5AA;
}
</style>
background-color css
<style>
a { background-color: #8CE5AA; }
a { background-color: rgb(140,229,170); }
div.DivClassName
{
background-color: #8CE5AA;
}
.BgClassName
{
background-color: #8CE5AA;
}
</style>
border-color css
<style>
span { border-color: #8CE5AA; }
span { border-color: rgb(140,229,170); }
td.TdClassName
{
border-color: #8CE5AA;
}
.TagClassName
{
border-color: #8CE5AA;
}
</style>