Shades of Vista Blue #87DAA3
Tints of Vista Blue #87DAA3
RGB
CMYK
RGB Variations
Color information
#87DAA3 (or 0x87DAA3) is known color: Vista Blue. HEX triplet: 87, DA and A3. RGB value is (135,218,163). Sum of RGB (Red+Green+Blue) = 135+218+163=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #87DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DAA3 is #78255C. Grayscale: #BBBBBB. Windows color (decimal): -7873885 or 10738311. OLE color: 10738311.
HSL color Cylindrical-coordinate representation of color #87DAA3: hue angle of 140.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DAA3 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 218 | 163 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.15 |
| HSL | 140.24º | 0.53% | 0.69% | - |
| HSV(B) | 140.24º | 0.38% | 0.85% | - |
| XYZ | 41.67 | 57.94 | 43.64 | - |
| YUV | 186.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 218 | 163 | 0.38 | 0 | 0.25 | 0.15 | 140.24 | 0.53 | 0.69 |
| Hex | 87 | DA | A3 | 26 | 0 | 19 | F | 8C | 35 | 45 |
| Octal | 207 | 332 | 243 | 46 | 0 | 31 | 17 | 214 | 65 | 105 |
| Binary | 10000111 | 11011010 | 10100011 | 100110 | 0 | 11001 | 1111 | 10001100 | 110101 | 1000101 |
Color Harmonies of #87DAA3
Complementary color
Monochromatic Colors of #87DAA3
Black with #87DAA3
Text Example
Text Example
White with #87DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DAA3; }
p { color: rgb(135,218,163); }
H1.HeaderClassName
{
color: #87DAA3;
}
.AnyTagClassName
{
color: #87DAA3;
}
</style>
background-color css
<style>
a { background-color: #87DAA3; }
a { background-color: rgb(135,218,163); }
div.DivClassName
{
background-color: #87DAA3;
}
.BgClassName
{
background-color: #87DAA3;
}
</style>
border-color css
<style>
span { border-color: #87DAA3; }
span { border-color: rgb(135,218,163); }
td.TdClassName
{
border-color: #87DAA3;
}
.TagClassName
{
border-color: #87DAA3;
}
</style>