Shades of Vista Blue #87DFA8
Tints of Vista Blue #87DFA8
RGB
CMYK
RGB Variations
Color information
#87DFA8 (or 0x87DFA8) is known color: Vista Blue. HEX triplet: 87, DF and A8. RGB value is (135,223,168). Sum of RGB (Red+Green+Blue) = 135+223+168=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DFA8 is #782057. Grayscale: #BEBEBE. Windows color (decimal): -7872600 or 11067271. OLE color: 11067271.
HSL color Cylindrical-coordinate representation of color #87DFA8: hue angle of 142.5º 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 #87DFA8 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 168 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.13 |
| HSL | 142.5º | 0.58% | 0.7% | - |
| HSV(B) | 142.5º | 0.39% | 0.87% | - |
| XYZ | 43.45 | 60.75 | 46.48 | - |
| YUV | 190.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 168 | 0.39 | 0 | 0.25 | 0.13 | 142.5 | 0.58 | 0.7 |
| Hex | 87 | DF | A8 | 27 | 0 | 19 | D | 8E | 3A | 46 |
| Octal | 207 | 337 | 250 | 47 | 0 | 31 | 15 | 216 | 72 | 106 |
| Binary | 10000111 | 11011111 | 10101000 | 100111 | 0 | 11001 | 1101 | 10001110 | 111010 | 1000110 |
Color Harmonies of #87DFA8
Complementary color
Monochromatic Colors of #87DFA8
Black with #87DFA8
Text Example
Text Example
White with #87DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFA8; }
p { color: rgb(135,223,168); }
H1.HeaderClassName
{
color: #87DFA8;
}
.AnyTagClassName
{
color: #87DFA8;
}
</style>
background-color css
<style>
a { background-color: #87DFA8; }
a { background-color: rgb(135,223,168); }
div.DivClassName
{
background-color: #87DFA8;
}
.BgClassName
{
background-color: #87DFA8;
}
</style>
border-color css
<style>
span { border-color: #87DFA8; }
span { border-color: rgb(135,223,168); }
td.TdClassName
{
border-color: #87DFA8;
}
.TagClassName
{
border-color: #87DFA8;
}
</style>