Shades of Vista Blue #8ECEAF
Tints of Vista Blue #8ECEAF
RGB
CMYK
RGB Variations
Color information
#8ECEAF (or 0x8ECEAF) is known color: Vista Blue. HEX triplet: 8E, CE and AF. RGB value is (142,206,175). Sum of RGB (Red+Green+Blue) = 142+206+175=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEAF is #713150. Grayscale: #B7B7B7. Windows color (decimal): -7418193 or 11521678. OLE color: 11521678.
HSL color Cylindrical-coordinate representation of color #8ECEAF: hue angle of 150.94º 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 #8ECEAF is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 175 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.19 |
| HSL | 150.94º | 0.4% | 0.68% | - |
| HSV(B) | 150.94º | 0.31% | 0.81% | - |
| XYZ | 40.96 | 52.99 | 48.63 | - |
| YUV | 183.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 175 | 0.31 | 0 | 0.15 | 0.19 | 150.94 | 0.4 | 0.68 |
| Hex | 8E | CE | AF | 1F | 0 | F | 13 | 97 | 28 | 44 |
| Octal | 216 | 316 | 257 | 37 | 0 | 17 | 23 | 227 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10101111 | 11111 | 0 | 1111 | 10011 | 10010111 | 101000 | 1000100 |
Color Harmonies of #8ECEAF
Complementary color
Monochromatic Colors of #8ECEAF
Black with #8ECEAF
Text Example
Text Example
White with #8ECEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEAF; }
p { color: rgb(142,206,175); }
H1.HeaderClassName
{
color: #8ECEAF;
}
.AnyTagClassName
{
color: #8ECEAF;
}
</style>
background-color css
<style>
a { background-color: #8ECEAF; }
a { background-color: rgb(142,206,175); }
div.DivClassName
{
background-color: #8ECEAF;
}
.BgClassName
{
background-color: #8ECEAF;
}
</style>
border-color css
<style>
span { border-color: #8ECEAF; }
span { border-color: rgb(142,206,175); }
td.TdClassName
{
border-color: #8ECEAF;
}
.TagClassName
{
border-color: #8ECEAF;
}
</style>