Shades of Vista Blue #8ECCAB
Tints of Vista Blue #8ECCAB
RGB
CMYK
RGB Variations
Color information
#8ECCAB (or 0x8ECCAB) is known color: Vista Blue. HEX triplet: 8E, CC and AB. RGB value is (142,204,171). Sum of RGB (Red+Green+Blue) = 142+204+171=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECCAB is #713354. Grayscale: #B5B5B5. Windows color (decimal): -7418709 or 11259022. OLE color: 11259022.
HSL color Cylindrical-coordinate representation of color #8ECCAB: hue angle of 148.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCAB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 171 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.2 |
| HSL | 148.06º | 0.38% | 0.68% | - |
| HSV(B) | 148.06º | 0.3% | 0.8% | - |
| XYZ | 40.1 | 51.88 | 46.43 | - |
| YUV | 181.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 171 | 0.30 | 0 | 0.16 | 0.2 | 148.06 | 0.38 | 0.68 |
| Hex | 8E | CC | AB | 1E | 0 | 10 | 14 | 94 | 26 | 44 |
| Octal | 216 | 314 | 253 | 36 | 0 | 20 | 24 | 224 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10101011 | 11110 | 0 | 10000 | 10100 | 10010100 | 100110 | 1000100 |
Color Harmonies of #8ECCAB
Complementary color
Monochromatic Colors of #8ECCAB
Black with #8ECCAB
Text Example
Text Example
White with #8ECCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCAB; }
p { color: rgb(142,204,171); }
H1.HeaderClassName
{
color: #8ECCAB;
}
.AnyTagClassName
{
color: #8ECCAB;
}
</style>
background-color css
<style>
a { background-color: #8ECCAB; }
a { background-color: rgb(142,204,171); }
div.DivClassName
{
background-color: #8ECCAB;
}
.BgClassName
{
background-color: #8ECCAB;
}
</style>
border-color css
<style>
span { border-color: #8ECCAB; }
span { border-color: rgb(142,204,171); }
td.TdClassName
{
border-color: #8ECCAB;
}
.TagClassName
{
border-color: #8ECCAB;
}
</style>