Shades of Vista Blue #87E8A8
Tints of Vista Blue #87E8A8
RGB
CMYK
RGB Variations
Color information
#87E8A8 (or 0x87E8A8) is known color: Vista Blue. HEX triplet: 87, E8 and A8. RGB value is (135,232,168). Sum of RGB (Red+Green+Blue) = 135+232+168=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #87E8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87E8A8 is #781757. Grayscale: #C3C3C3. Windows color (decimal): -7870296 or 11069575. OLE color: 11069575.
HSL color Cylindrical-coordinate representation of color #87E8A8: hue angle of 140.41º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87E8A8 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 232 | 168 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.09 |
| HSL | 140.41º | 0.68% | 0.72% | - |
| HSV(B) | 140.41º | 0.42% | 0.91% | - |
| XYZ | 45.92 | 65.69 | 47.31 | - |
| YUV | 195.7 | 112.36 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 232 | 168 | 0.42 | 0 | 0.28 | 0.09 | 140.41 | 0.68 | 0.72 |
| Hex | 87 | E8 | A8 | 2A | 0 | 1C | 9 | 8C | 44 | 48 |
| Octal | 207 | 350 | 250 | 52 | 0 | 34 | 11 | 214 | 104 | 110 |
| Binary | 10000111 | 11101000 | 10101000 | 101010 | 0 | 11100 | 1001 | 10001100 | 1000100 | 1001000 |
Color Harmonies of #87E8A8
Complementary color
Monochromatic Colors of #87E8A8
Black with #87E8A8
Text Example
Text Example
White with #87E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E8A8; }
p { color: rgb(135,232,168); }
H1.HeaderClassName
{
color: #87E8A8;
}
.AnyTagClassName
{
color: #87E8A8;
}
</style>
background-color css
<style>
a { background-color: #87E8A8; }
a { background-color: rgb(135,232,168); }
div.DivClassName
{
background-color: #87E8A8;
}
.BgClassName
{
background-color: #87E8A8;
}
</style>
border-color css
<style>
span { border-color: #87E8A8; }
span { border-color: rgb(135,232,168); }
td.TdClassName
{
border-color: #87E8A8;
}
.TagClassName
{
border-color: #87E8A8;
}
</style>