Shades of Vista Blue #8ECBB2
Tints of Vista Blue #8ECBB2
RGB
CMYK
RGB Variations
Color information
#8ECBB2 (or 0x8ECBB2) is known color: Vista Blue. HEX triplet: 8E, CB and B2. RGB value is (142,203,178). Sum of RGB (Red+Green+Blue) = 142+203+178=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBB2 is #71344D. Grayscale: #B5B5B5. Windows color (decimal): -7418958 or 11717518. OLE color: 11717518.
HSL color Cylindrical-coordinate representation of color #8ECBB2: hue angle of 155.41º degrees, saturation: 0.37, 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 #8ECBB2 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 178 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.20 |
| HSL | 155.41º | 0.37% | 0.68% | - |
| HSV(B) | 155.41º | 0.3% | 0.8% | - |
| XYZ | 40.55 | 51.68 | 49.96 | - |
| YUV | 181.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 178 | 0.30 | 0 | 0.12 | 0.20 | 155.41 | 0.37 | 0.68 |
| Hex | 8E | CB | B2 | 1E | 0 | C | 14 | 9B | 25 | 44 |
| Octal | 216 | 313 | 262 | 36 | 0 | 14 | 24 | 233 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10110010 | 11110 | 0 | 1100 | 10100 | 10011011 | 100101 | 1000100 |
Color Harmonies of #8ECBB2
Complementary color
Monochromatic Colors of #8ECBB2
Black with #8ECBB2
Text Example
Text Example
White with #8ECBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBB2; }
p { color: rgb(142,203,178); }
H1.HeaderClassName
{
color: #8ECBB2;
}
.AnyTagClassName
{
color: #8ECBB2;
}
</style>
background-color css
<style>
a { background-color: #8ECBB2; }
a { background-color: rgb(142,203,178); }
div.DivClassName
{
background-color: #8ECBB2;
}
.BgClassName
{
background-color: #8ECBB2;
}
</style>
border-color css
<style>
span { border-color: #8ECBB2; }
span { border-color: rgb(142,203,178); }
td.TdClassName
{
border-color: #8ECBB2;
}
.TagClassName
{
border-color: #8ECBB2;
}
</style>