Shades of Vista Blue #8ECAAC
Tints of Vista Blue #8ECAAC
RGB
CMYK
RGB Variations
Color information
#8ECAAC (or 0x8ECAAC) is known color: Vista Blue. HEX triplet: 8E, CA and AC. RGB value is (142,202,172). Sum of RGB (Red+Green+Blue) = 142+202+172=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAAC is #713553. Grayscale: #B4B4B4. Windows color (decimal): -7419220 or 11324046. OLE color: 11324046.
HSL color Cylindrical-coordinate representation of color #8ECAAC: hue angle of 150º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECAAC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 172 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.21 |
| HSL | 150º | 0.36% | 0.67% | - |
| HSV(B) | 150º | 0.3% | 0.79% | - |
| XYZ | 39.72 | 50.97 | 46.77 | - |
| YUV | 180.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 172 | 0.30 | 0 | 0.15 | 0.21 | 150 | 0.36 | 0.67 |
| Hex | 8E | CA | AC | 1E | 0 | F | 15 | 96 | 24 | 43 |
| Octal | 216 | 312 | 254 | 36 | 0 | 17 | 25 | 226 | 44 | 103 |
| Binary | 10001110 | 11001010 | 10101100 | 11110 | 0 | 1111 | 10101 | 10010110 | 100100 | 1000011 |
Color Harmonies of #8ECAAC
Complementary color
Monochromatic Colors of #8ECAAC
Black with #8ECAAC
Text Example
Text Example
White with #8ECAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAAC; }
p { color: rgb(142,202,172); }
H1.HeaderClassName
{
color: #8ECAAC;
}
.AnyTagClassName
{
color: #8ECAAC;
}
</style>
background-color css
<style>
a { background-color: #8ECAAC; }
a { background-color: rgb(142,202,172); }
div.DivClassName
{
background-color: #8ECAAC;
}
.BgClassName
{
background-color: #8ECAAC;
}
</style>
border-color css
<style>
span { border-color: #8ECAAC; }
span { border-color: rgb(142,202,172); }
td.TdClassName
{
border-color: #8ECAAC;
}
.TagClassName
{
border-color: #8ECAAC;
}
</style>