Shades of Vista Blue #87CEA8
Tints of Vista Blue #87CEA8
RGB
CMYK
RGB Variations
Color information
#87CEA8 (or 0x87CEA8) is known color: Vista Blue. HEX triplet: 87, CE and A8. RGB value is (135,206,168). Sum of RGB (Red+Green+Blue) = 135+206+168=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #87CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CEA8 is #783157. Grayscale: #B4B4B4. Windows color (decimal): -7876952 or 11062919. OLE color: 11062919.
HSL color Cylindrical-coordinate representation of color #87CEA8: hue angle of 147.89º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CEA8 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 206 | 168 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.19 |
| HSL | 147.89º | 0.42% | 0.67% | - |
| HSV(B) | 147.89º | 0.34% | 0.81% | - |
| XYZ | 39.13 | 52.12 | 45.04 | - |
| YUV | 180.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 206 | 168 | 0.34 | 0 | 0.18 | 0.19 | 147.89 | 0.42 | 0.67 |
| Hex | 87 | CE | A8 | 22 | 0 | 12 | 13 | 94 | 2A | 43 |
| Octal | 207 | 316 | 250 | 42 | 0 | 22 | 23 | 224 | 52 | 103 |
| Binary | 10000111 | 11001110 | 10101000 | 100010 | 0 | 10010 | 10011 | 10010100 | 101010 | 1000011 |
Color Harmonies of #87CEA8
Complementary color
Monochromatic Colors of #87CEA8
Black with #87CEA8
Text Example
Text Example
White with #87CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CEA8; }
p { color: rgb(135,206,168); }
H1.HeaderClassName
{
color: #87CEA8;
}
.AnyTagClassName
{
color: #87CEA8;
}
</style>
background-color css
<style>
a { background-color: #87CEA8; }
a { background-color: rgb(135,206,168); }
div.DivClassName
{
background-color: #87CEA8;
}
.BgClassName
{
background-color: #87CEA8;
}
</style>
border-color css
<style>
span { border-color: #87CEA8; }
span { border-color: rgb(135,206,168); }
td.TdClassName
{
border-color: #87CEA8;
}
.TagClassName
{
border-color: #87CEA8;
}
</style>