Shades of Vista Blue #8ECEAE
Tints of Vista Blue #8ECEAE
RGB
CMYK
RGB Variations
Color information
#8ECEAE (or 0x8ECEAE) is known color: Vista Blue. HEX triplet: 8E, CE and AE. RGB value is (142,206,174). Sum of RGB (Red+Green+Blue) = 142+206+174=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEAE is #713151. Grayscale: #B7B7B7. Windows color (decimal): -7418194 or 11456142. OLE color: 11456142.
HSL color Cylindrical-coordinate representation of color #8ECEAE: hue angle of 150º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEAE is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 174 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.19 |
| HSL | 150º | 0.4% | 0.68% | - |
| HSV(B) | 150º | 0.31% | 0.81% | - |
| XYZ | 40.87 | 52.95 | 48.11 | - |
| YUV | 183.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 174 | 0.31 | 0 | 0.16 | 0.19 | 150 | 0.4 | 0.68 |
| Hex | 8E | CE | AE | 1F | 0 | 10 | 13 | 96 | 28 | 44 |
| Octal | 216 | 316 | 256 | 37 | 0 | 20 | 23 | 226 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10101110 | 11111 | 0 | 10000 | 10011 | 10010110 | 101000 | 1000100 |
Color Harmonies of #8ECEAE
Complementary color
Monochromatic Colors of #8ECEAE
Black with #8ECEAE
Text Example
Text Example
White with #8ECEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEAE; }
p { color: rgb(142,206,174); }
H1.HeaderClassName
{
color: #8ECEAE;
}
.AnyTagClassName
{
color: #8ECEAE;
}
</style>
background-color css
<style>
a { background-color: #8ECEAE; }
a { background-color: rgb(142,206,174); }
div.DivClassName
{
background-color: #8ECEAE;
}
.BgClassName
{
background-color: #8ECEAE;
}
</style>
border-color css
<style>
span { border-color: #8ECEAE; }
span { border-color: rgb(142,206,174); }
td.TdClassName
{
border-color: #8ECEAE;
}
.TagClassName
{
border-color: #8ECEAE;
}
</style>