Shades of Vista Blue #87DCB8
Tints of Vista Blue #87DCB8
RGB
CMYK
RGB Variations
Color information
#87DCB8 (or 0x87DCB8) is known color: Vista Blue. HEX triplet: 87, DC and B8. RGB value is (135,220,184). Sum of RGB (Red+Green+Blue) = 135+220+184=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCB8 is #782347. Grayscale: #BEBEBE. Windows color (decimal): -7873352 or 12115079. OLE color: 12115079.
HSL color Cylindrical-coordinate representation of color #87DCB8: hue angle of 154.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCB8 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 184 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.14 |
| HSL | 154.59º | 0.55% | 0.7% | - |
| HSV(B) | 154.59º | 0.39% | 0.86% | - |
| XYZ | 44.24 | 59.8 | 54.56 | - |
| YUV | 190.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 184 | 0.39 | 0 | 0.16 | 0.14 | 154.59 | 0.55 | 0.7 |
| Hex | 87 | DC | B8 | 27 | 0 | 10 | E | 9B | 37 | 46 |
| Octal | 207 | 334 | 270 | 47 | 0 | 20 | 16 | 233 | 67 | 106 |
| Binary | 10000111 | 11011100 | 10111000 | 100111 | 0 | 10000 | 1110 | 10011011 | 110111 | 1000110 |
Color Harmonies of #87DCB8
Complementary color
Monochromatic Colors of #87DCB8
Black with #87DCB8
Text Example
Text Example
White with #87DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCB8; }
p { color: rgb(135,220,184); }
H1.HeaderClassName
{
color: #87DCB8;
}
.AnyTagClassName
{
color: #87DCB8;
}
</style>
background-color css
<style>
a { background-color: #87DCB8; }
a { background-color: rgb(135,220,184); }
div.DivClassName
{
background-color: #87DCB8;
}
.BgClassName
{
background-color: #87DCB8;
}
</style>
border-color css
<style>
span { border-color: #87DCB8; }
span { border-color: rgb(135,220,184); }
td.TdClassName
{
border-color: #87DCB8;
}
.TagClassName
{
border-color: #87DCB8;
}
</style>