Shades of Vista Blue #87DFB8
Tints of Vista Blue #87DFB8
RGB
CMYK
RGB Variations
Color information
#87DFB8 (or 0x87DFB8) is known color: Vista Blue. HEX triplet: 87, DF and B8. RGB value is (135,223,184). Sum of RGB (Red+Green+Blue) = 135+223+184=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DFB8 is #782047. Grayscale: #C0C0C0. Windows color (decimal): -7872584 or 12115847. OLE color: 12115847.
HSL color Cylindrical-coordinate representation of color #87DFB8: hue angle of 153.41º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DFB8 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 184 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.13 |
| HSL | 153.41º | 0.58% | 0.7% | - |
| HSV(B) | 153.41º | 0.39% | 0.87% | - |
| XYZ | 45.03 | 61.39 | 54.82 | - |
| YUV | 192.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 184 | 0.39 | 0 | 0.17 | 0.13 | 153.41 | 0.58 | 0.7 |
| Hex | 87 | DF | B8 | 27 | 0 | 11 | D | 99 | 3A | 46 |
| Octal | 207 | 337 | 270 | 47 | 0 | 21 | 15 | 231 | 72 | 106 |
| Binary | 10000111 | 11011111 | 10111000 | 100111 | 0 | 10001 | 1101 | 10011001 | 111010 | 1000110 |
Color Harmonies of #87DFB8
Complementary color
Monochromatic Colors of #87DFB8
Black with #87DFB8
Text Example
Text Example
White with #87DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFB8; }
p { color: rgb(135,223,184); }
H1.HeaderClassName
{
color: #87DFB8;
}
.AnyTagClassName
{
color: #87DFB8;
}
</style>
background-color css
<style>
a { background-color: #87DFB8; }
a { background-color: rgb(135,223,184); }
div.DivClassName
{
background-color: #87DFB8;
}
.BgClassName
{
background-color: #87DFB8;
}
</style>
border-color css
<style>
span { border-color: #87DFB8; }
span { border-color: rgb(135,223,184); }
td.TdClassName
{
border-color: #87DFB8;
}
.TagClassName
{
border-color: #87DFB8;
}
</style>