Shades of Vista Blue #8CECBB
Tints of Vista Blue #8CECBB
RGB
CMYK
RGB Variations
Color information
#8CECBB (or 0x8CECBB) is known color: Vista Blue. HEX triplet: 8C, EC and BB. RGB value is (140,236,187). Sum of RGB (Red+Green+Blue) = 140+236+187=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECBB is #731344. Grayscale: #C9C9C9. Windows color (decimal): -7541573 or 12315788. OLE color: 12315788.
HSL color Cylindrical-coordinate representation of color #8CECBB: hue angle of 149.38º 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 #8CECBB is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 187 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 149.38º | 0.72% | 0.74% | - |
| HSV(B) | 149.38º | 0.41% | 0.93% | - |
| XYZ | 49.78 | 69.15 | 57.74 | - |
| YUV | 201.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 187 | 0.41 | 0 | 0.21 | 0.07 | 149.38 | 0.72 | 0.74 |
| Hex | 8C | EC | BB | 29 | 0 | 15 | 7 | 95 | 48 | 4A |
| Octal | 214 | 354 | 273 | 51 | 0 | 25 | 7 | 225 | 110 | 112 |
| Binary | 10001100 | 11101100 | 10111011 | 101001 | 0 | 10101 | 111 | 10010101 | 1001000 | 1001010 |
Color Harmonies of #8CECBB
Complementary color
Monochromatic Colors of #8CECBB
Black with #8CECBB
Text Example
Text Example
White with #8CECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECBB; }
p { color: rgb(140,236,187); }
H1.HeaderClassName
{
color: #8CECBB;
}
.AnyTagClassName
{
color: #8CECBB;
}
</style>
background-color css
<style>
a { background-color: #8CECBB; }
a { background-color: rgb(140,236,187); }
div.DivClassName
{
background-color: #8CECBB;
}
.BgClassName
{
background-color: #8CECBB;
}
</style>
border-color css
<style>
span { border-color: #8CECBB; }
span { border-color: rgb(140,236,187); }
td.TdClassName
{
border-color: #8CECBB;
}
.TagClassName
{
border-color: #8CECBB;
}
</style>