Shades of Vista Blue #8CEAAA
Tints of Vista Blue #8CEAAA
RGB
CMYK
RGB Variations
Color information
#8CEAAA (or 0x8CEAAA) is known color: Vista Blue. HEX triplet: 8C, EA and AA. RGB value is (140,234,170). Sum of RGB (Red+Green+Blue) = 140+234+170=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEAAA is #731555. Grayscale: #C6C6C6. Windows color (decimal): -7542102 or 11201164. OLE color: 11201164.
HSL color Cylindrical-coordinate representation of color #8CEAAA: hue angle of 139.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEAAA is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 170 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.08 |
| HSL | 139.15º | 0.69% | 0.73% | - |
| HSV(B) | 139.15º | 0.4% | 0.92% | - |
| XYZ | 47.49 | 67.32 | 48.52 | - |
| YUV | 198.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 170 | 0.40 | 0 | 0.27 | 0.08 | 139.15 | 0.69 | 0.73 |
| Hex | 8C | EA | AA | 28 | 0 | 1B | 8 | 8B | 45 | 49 |
| Octal | 214 | 352 | 252 | 50 | 0 | 33 | 10 | 213 | 105 | 111 |
| Binary | 10001100 | 11101010 | 10101010 | 101000 | 0 | 11011 | 1000 | 10001011 | 1000101 | 1001001 |
Color Harmonies of #8CEAAA
Complementary color
Monochromatic Colors of #8CEAAA
Black with #8CEAAA
Text Example
Text Example
White with #8CEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEAAA; }
p { color: rgb(140,234,170); }
H1.HeaderClassName
{
color: #8CEAAA;
}
.AnyTagClassName
{
color: #8CEAAA;
}
</style>
background-color css
<style>
a { background-color: #8CEAAA; }
a { background-color: rgb(140,234,170); }
div.DivClassName
{
background-color: #8CEAAA;
}
.BgClassName
{
background-color: #8CEAAA;
}
</style>
border-color css
<style>
span { border-color: #8CEAAA; }
span { border-color: rgb(140,234,170); }
td.TdClassName
{
border-color: #8CEAAA;
}
.TagClassName
{
border-color: #8CEAAA;
}
</style>