Shades of Vista Blue #87DFB6
Tints of Vista Blue #87DFB6
RGB
CMYK
RGB Variations
Color information
#87DFB6 (or 0x87DFB6) is known color: Vista Blue. HEX triplet: 87, DF and B6. RGB value is (135,223,182). Sum of RGB (Red+Green+Blue) = 135+223+182=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DFB6 is #782049. Grayscale: #C0C0C0. Windows color (decimal): -7872586 or 11984775. OLE color: 11984775.
HSL color Cylindrical-coordinate representation of color #87DFB6: hue angle of 152.05º 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 #87DFB6 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 182 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.13 |
| HSL | 152.05º | 0.58% | 0.7% | - |
| HSV(B) | 152.05º | 0.39% | 0.87% | - |
| XYZ | 44.82 | 61.3 | 53.73 | - |
| YUV | 192.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 182 | 0.39 | 0 | 0.18 | 0.13 | 152.05 | 0.58 | 0.7 |
| Hex | 87 | DF | B6 | 27 | 0 | 12 | D | 98 | 3A | 46 |
| Octal | 207 | 337 | 266 | 47 | 0 | 22 | 15 | 230 | 72 | 106 |
| Binary | 10000111 | 11011111 | 10110110 | 100111 | 0 | 10010 | 1101 | 10011000 | 111010 | 1000110 |
Color Harmonies of #87DFB6
Complementary color
Monochromatic Colors of #87DFB6
Black with #87DFB6
Text Example
Text Example
White with #87DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFB6; }
p { color: rgb(135,223,182); }
H1.HeaderClassName
{
color: #87DFB6;
}
.AnyTagClassName
{
color: #87DFB6;
}
</style>
background-color css
<style>
a { background-color: #87DFB6; }
a { background-color: rgb(135,223,182); }
div.DivClassName
{
background-color: #87DFB6;
}
.BgClassName
{
background-color: #87DFB6;
}
</style>
border-color css
<style>
span { border-color: #87DFB6; }
span { border-color: rgb(135,223,182); }
td.TdClassName
{
border-color: #87DFB6;
}
.TagClassName
{
border-color: #87DFB6;
}
</style>