Shades of Vista Blue #87D0B0
Tints of Vista Blue #87D0B0
RGB
CMYK
RGB Variations
Color information
#87D0B0 (or 0x87D0B0) is known color: Vista Blue. HEX triplet: 87, D0 and B0. RGB value is (135,208,176). Sum of RGB (Red+Green+Blue) = 135+208+176=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0B0 is #782F4F. Grayscale: #B6B6B6. Windows color (decimal): -7876432 or 11587719. OLE color: 11587719.
HSL color Cylindrical-coordinate representation of color #87D0B0: hue angle of 153.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0B0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 208 | 176 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.18 |
| HSL | 153.7º | 0.44% | 0.67% | - |
| HSV(B) | 153.7º | 0.35% | 0.82% | - |
| XYZ | 40.38 | 53.4 | 49.25 | - |
| YUV | 182.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 176 | 0.35 | 0 | 0.15 | 0.18 | 153.7 | 0.44 | 0.67 |
| Hex | 87 | D0 | B0 | 23 | 0 | F | 12 | 9A | 2C | 43 |
| Octal | 207 | 320 | 260 | 43 | 0 | 17 | 22 | 232 | 54 | 103 |
| Binary | 10000111 | 11010000 | 10110000 | 100011 | 0 | 1111 | 10010 | 10011010 | 101100 | 1000011 |
Color Harmonies of #87D0B0
Complementary color
Monochromatic Colors of #87D0B0
Black with #87D0B0
Text Example
Text Example
White with #87D0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0B0; }
p { color: rgb(135,208,176); }
H1.HeaderClassName
{
color: #87D0B0;
}
.AnyTagClassName
{
color: #87D0B0;
}
</style>
background-color css
<style>
a { background-color: #87D0B0; }
a { background-color: rgb(135,208,176); }
div.DivClassName
{
background-color: #87D0B0;
}
.BgClassName
{
background-color: #87D0B0;
}
</style>
border-color css
<style>
span { border-color: #87D0B0; }
span { border-color: rgb(135,208,176); }
td.TdClassName
{
border-color: #87D0B0;
}
.TagClassName
{
border-color: #87D0B0;
}
</style>