Shades of Vista Blue #8CEAAF
Tints of Vista Blue #8CEAAF
RGB
CMYK
RGB Variations
Color information
#8CEAAF (or 0x8CEAAF) is known color: Vista Blue. HEX triplet: 8C, EA and AF. RGB value is (140,234,175). Sum of RGB (Red+Green+Blue) = 140+234+175=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEAAF is #731550. Grayscale: #C7C7C7. Windows color (decimal): -7542097 or 11528844. OLE color: 11528844.
HSL color Cylindrical-coordinate representation of color #8CEAAF: hue angle of 142.34º 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 #8CEAAF is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 175 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.08 |
| HSL | 142.34º | 0.69% | 0.73% | - |
| HSV(B) | 142.34º | 0.4% | 0.92% | - |
| XYZ | 47.98 | 67.52 | 51.06 | - |
| YUV | 199.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 175 | 0.40 | 0 | 0.25 | 0.08 | 142.34 | 0.69 | 0.73 |
| Hex | 8C | EA | AF | 28 | 0 | 19 | 8 | 8E | 45 | 49 |
| Octal | 214 | 352 | 257 | 50 | 0 | 31 | 10 | 216 | 105 | 111 |
| Binary | 10001100 | 11101010 | 10101111 | 101000 | 0 | 11001 | 1000 | 10001110 | 1000101 | 1001001 |
Color Harmonies of #8CEAAF
Complementary color
Monochromatic Colors of #8CEAAF
Black with #8CEAAF
Text Example
Text Example
White with #8CEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEAAF; }
p { color: rgb(140,234,175); }
H1.HeaderClassName
{
color: #8CEAAF;
}
.AnyTagClassName
{
color: #8CEAAF;
}
</style>
background-color css
<style>
a { background-color: #8CEAAF; }
a { background-color: rgb(140,234,175); }
div.DivClassName
{
background-color: #8CEAAF;
}
.BgClassName
{
background-color: #8CEAAF;
}
</style>
border-color css
<style>
span { border-color: #8CEAAF; }
span { border-color: rgb(140,234,175); }
td.TdClassName
{
border-color: #8CEAAF;
}
.TagClassName
{
border-color: #8CEAAF;
}
</style>