Shades of Vista Blue #8ECDB4
Tints of Vista Blue #8ECDB4
RGB
CMYK
RGB Variations
Color information
#8ECDB4 (or 0x8ECDB4) is known color: Vista Blue. HEX triplet: 8E, CD and B4. RGB value is (142,205,180). Sum of RGB (Red+Green+Blue) = 142+205+180=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDB4 is #71324B. Grayscale: #B7B7B7. Windows color (decimal): -7418444 or 11849102. OLE color: 11849102.
HSL color Cylindrical-coordinate representation of color #8ECDB4: hue angle of 156.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDB4 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 180 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.20 |
| HSL | 156.19º | 0.39% | 0.68% | - |
| HSV(B) | 156.19º | 0.31% | 0.8% | - |
| XYZ | 41.22 | 52.71 | 51.18 | - |
| YUV | 183.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 180 | 0.31 | 0 | 0.12 | 0.20 | 156.19 | 0.39 | 0.68 |
| Hex | 8E | CD | B4 | 1F | 0 | C | 14 | 9C | 27 | 44 |
| Octal | 216 | 315 | 264 | 37 | 0 | 14 | 24 | 234 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10110100 | 11111 | 0 | 1100 | 10100 | 10011100 | 100111 | 1000100 |
Color Harmonies of #8ECDB4
Complementary color
Monochromatic Colors of #8ECDB4
Black with #8ECDB4
Text Example
Text Example
White with #8ECDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDB4; }
p { color: rgb(142,205,180); }
H1.HeaderClassName
{
color: #8ECDB4;
}
.AnyTagClassName
{
color: #8ECDB4;
}
</style>
background-color css
<style>
a { background-color: #8ECDB4; }
a { background-color: rgb(142,205,180); }
div.DivClassName
{
background-color: #8ECDB4;
}
.BgClassName
{
background-color: #8ECDB4;
}
</style>
border-color css
<style>
span { border-color: #8ECDB4; }
span { border-color: rgb(142,205,180); }
td.TdClassName
{
border-color: #8ECDB4;
}
.TagClassName
{
border-color: #8ECDB4;
}
</style>