Shades of Vista Blue #8CECB0
Tints of Vista Blue #8CECB0
RGB
CMYK
RGB Variations
Color information
#8CECB0 (or 0x8CECB0) is known color: Vista Blue. HEX triplet: 8C, EC and B0. RGB value is (140,236,176). Sum of RGB (Red+Green+Blue) = 140+236+176=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CECB0 is #73134F. Grayscale: #C8C8C8. Windows color (decimal): -7541584 or 11594892. OLE color: 11594892.
HSL color Cylindrical-coordinate representation of color #8CECB0: hue angle of 142.5º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECB0 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 176 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.07 |
| HSL | 142.5º | 0.72% | 0.74% | - |
| HSV(B) | 142.5º | 0.41% | 0.93% | - |
| XYZ | 48.65 | 68.7 | 51.77 | - |
| YUV | 200.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 176 | 0.41 | 0 | 0.25 | 0.07 | 142.5 | 0.72 | 0.74 |
| Hex | 8C | EC | B0 | 29 | 0 | 19 | 7 | 8E | 48 | 4A |
| Octal | 214 | 354 | 260 | 51 | 0 | 31 | 7 | 216 | 110 | 112 |
| Binary | 10001100 | 11101100 | 10110000 | 101001 | 0 | 11001 | 111 | 10001110 | 1001000 | 1001010 |
Color Harmonies of #8CECB0
Complementary color
Monochromatic Colors of #8CECB0
Black with #8CECB0
Text Example
Text Example
White with #8CECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECB0; }
p { color: rgb(140,236,176); }
H1.HeaderClassName
{
color: #8CECB0;
}
.AnyTagClassName
{
color: #8CECB0;
}
</style>
background-color css
<style>
a { background-color: #8CECB0; }
a { background-color: rgb(140,236,176); }
div.DivClassName
{
background-color: #8CECB0;
}
.BgClassName
{
background-color: #8CECB0;
}
</style>
border-color css
<style>
span { border-color: #8CECB0; }
span { border-color: rgb(140,236,176); }
td.TdClassName
{
border-color: #8CECB0;
}
.TagClassName
{
border-color: #8CECB0;
}
</style>