Shades of Vista Blue #8CECBD
Tints of Vista Blue #8CECBD
RGB
CMYK
RGB Variations
Color information
#8CECBD (or 0x8CECBD) is known color: Vista Blue. HEX triplet: 8C, EC and BD. RGB value is (140,236,189). Sum of RGB (Red+Green+Blue) = 140+236+189=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECBD is #731342. Grayscale: #CACACA. Windows color (decimal): -7541571 or 12446860. OLE color: 12446860.
HSL color Cylindrical-coordinate representation of color #8CECBD: hue angle of 150.62º 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 #8CECBD is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 189 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.07 |
| HSL | 150.63º | 0.72% | 0.74% | - |
| HSV(B) | 150.63º | 0.41% | 0.93% | - |
| XYZ | 50 | 69.24 | 58.87 | - |
| YUV | 201.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 189 | 0.41 | 0 | 0.20 | 0.07 | 150.63 | 0.72 | 0.74 |
| Hex | 8C | EC | BD | 29 | 0 | 14 | 7 | 97 | 48 | 4A |
| Octal | 214 | 354 | 275 | 51 | 0 | 24 | 7 | 227 | 110 | 112 |
| Binary | 10001100 | 11101100 | 10111101 | 101001 | 0 | 10100 | 111 | 10010111 | 1001000 | 1001010 |
Color Harmonies of #8CECBD
Complementary color
Monochromatic Colors of #8CECBD
Black with #8CECBD
Text Example
Text Example
White with #8CECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECBD; }
p { color: rgb(140,236,189); }
H1.HeaderClassName
{
color: #8CECBD;
}
.AnyTagClassName
{
color: #8CECBD;
}
</style>
background-color css
<style>
a { background-color: #8CECBD; }
a { background-color: rgb(140,236,189); }
div.DivClassName
{
background-color: #8CECBD;
}
.BgClassName
{
background-color: #8CECBD;
}
</style>
border-color css
<style>
span { border-color: #8CECBD; }
span { border-color: rgb(140,236,189); }
td.TdClassName
{
border-color: #8CECBD;
}
.TagClassName
{
border-color: #8CECBD;
}
</style>