Shades of Vista Blue #8CEABA
Tints of Vista Blue #8CEABA
RGB
CMYK
RGB Variations
Color information
#8CEABA (or 0x8CEABA) is known color: Vista Blue. HEX triplet: 8C, EA and BA. RGB value is (140,234,186). Sum of RGB (Red+Green+Blue) = 140+234+186=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEABA is #731545. Grayscale: #C8C8C8. Windows color (decimal): -7542086 or 12249740. OLE color: 12249740.
HSL color Cylindrical-coordinate representation of color #8CEABA: hue angle of 149.36º 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 #8CEABA is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 186 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.08 |
| HSL | 149.36º | 0.69% | 0.73% | - |
| HSV(B) | 149.36º | 0.4% | 0.92% | - |
| XYZ | 49.1 | 67.97 | 56.99 | - |
| YUV | 200.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 186 | 0.40 | 0 | 0.21 | 0.08 | 149.36 | 0.69 | 0.73 |
| Hex | 8C | EA | BA | 28 | 0 | 15 | 8 | 95 | 45 | 49 |
| Octal | 214 | 352 | 272 | 50 | 0 | 25 | 10 | 225 | 105 | 111 |
| Binary | 10001100 | 11101010 | 10111010 | 101000 | 0 | 10101 | 1000 | 10010101 | 1000101 | 1001001 |
Color Harmonies of #8CEABA
Complementary color
Monochromatic Colors of #8CEABA
Black with #8CEABA
Text Example
Text Example
White with #8CEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEABA; }
p { color: rgb(140,234,186); }
H1.HeaderClassName
{
color: #8CEABA;
}
.AnyTagClassName
{
color: #8CEABA;
}
</style>
background-color css
<style>
a { background-color: #8CEABA; }
a { background-color: rgb(140,234,186); }
div.DivClassName
{
background-color: #8CEABA;
}
.BgClassName
{
background-color: #8CEABA;
}
</style>
border-color css
<style>
span { border-color: #8CEABA; }
span { border-color: rgb(140,234,186); }
td.TdClassName
{
border-color: #8CEABA;
}
.TagClassName
{
border-color: #8CEABA;
}
</style>