Shades of Vista Blue #8CEBA8
Tints of Vista Blue #8CEBA8
RGB
CMYK
RGB Variations
Color information
#8CEBA8 (or 0x8CEBA8) is known color: Vista Blue. HEX triplet: 8C, EB and A8. RGB value is (140,235,168). Sum of RGB (Red+Green+Blue) = 140+235+168=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBA8 is #731457. Grayscale: #C7C7C7. Windows color (decimal): -7541848 or 11070348. OLE color: 11070348.
HSL color Cylindrical-coordinate representation of color #8CEBA8: hue angle of 137.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBA8 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 168 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.08 |
| HSL | 137.68º | 0.7% | 0.74% | - |
| HSV(B) | 137.68º | 0.4% | 0.92% | - |
| XYZ | 47.59 | 67.82 | 47.63 | - |
| YUV | 198.96 | 110.53 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 168 | 0.40 | 0 | 0.29 | 0.08 | 137.68 | 0.7 | 0.74 |
| Hex | 8C | EB | A8 | 28 | 0 | 1D | 8 | 8A | 46 | 4A |
| Octal | 214 | 353 | 250 | 50 | 0 | 35 | 10 | 212 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10101000 | 101000 | 0 | 11101 | 1000 | 10001010 | 1000110 | 1001010 |
Color Harmonies of #8CEBA8
Complementary color
Monochromatic Colors of #8CEBA8
Black with #8CEBA8
Text Example
Text Example
White with #8CEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBA8; }
p { color: rgb(140,235,168); }
H1.HeaderClassName
{
color: #8CEBA8;
}
.AnyTagClassName
{
color: #8CEBA8;
}
</style>
background-color css
<style>
a { background-color: #8CEBA8; }
a { background-color: rgb(140,235,168); }
div.DivClassName
{
background-color: #8CEBA8;
}
.BgClassName
{
background-color: #8CEBA8;
}
</style>
border-color css
<style>
span { border-color: #8CEBA8; }
span { border-color: rgb(140,235,168); }
td.TdClassName
{
border-color: #8CEBA8;
}
.TagClassName
{
border-color: #8CEBA8;
}
</style>