Shades of Vista Blue #87CFA5
Tints of Vista Blue #87CFA5
RGB
CMYK
RGB Variations
Color information
#87CFA5 (or 0x87CFA5) is known color: Vista Blue. HEX triplet: 87, CF and A5. RGB value is (135,207,165). Sum of RGB (Red+Green+Blue) = 135+207+165=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #87CFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CFA5 is #78305A. Grayscale: #B4B4B4. Windows color (decimal): -7876699 or 10866567. OLE color: 10866567.
HSL color Cylindrical-coordinate representation of color #87CFA5: hue angle of 145º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CFA5 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 207 | 165 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.19 |
| HSL | 145º | 0.43% | 0.67% | - |
| HSV(B) | 145º | 0.35% | 0.81% | - |
| XYZ | 39.1 | 52.49 | 43.67 | - |
| YUV | 180.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 207 | 165 | 0.35 | 0 | 0.20 | 0.19 | 145 | 0.43 | 0.67 |
| Hex | 87 | CF | A5 | 23 | 0 | 14 | 13 | 91 | 2B | 43 |
| Octal | 207 | 317 | 245 | 43 | 0 | 24 | 23 | 221 | 53 | 103 |
| Binary | 10000111 | 11001111 | 10100101 | 100011 | 0 | 10100 | 10011 | 10010001 | 101011 | 1000011 |
Color Harmonies of #87CFA5
Complementary color
Monochromatic Colors of #87CFA5
Black with #87CFA5
Text Example
Text Example
White with #87CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CFA5; }
p { color: rgb(135,207,165); }
H1.HeaderClassName
{
color: #87CFA5;
}
.AnyTagClassName
{
color: #87CFA5;
}
</style>
background-color css
<style>
a { background-color: #87CFA5; }
a { background-color: rgb(135,207,165); }
div.DivClassName
{
background-color: #87CFA5;
}
.BgClassName
{
background-color: #87CFA5;
}
</style>
border-color css
<style>
span { border-color: #87CFA5; }
span { border-color: rgb(135,207,165); }
td.TdClassName
{
border-color: #87CFA5;
}
.TagClassName
{
border-color: #87CFA5;
}
</style>