Shades of Vista Blue #87CEA6
Tints of Vista Blue #87CEA6
RGB
CMYK
RGB Variations
Color information
#87CEA6 (or 0x87CEA6) is known color: Vista Blue. HEX triplet: 87, CE and A6. RGB value is (135,206,166). Sum of RGB (Red+Green+Blue) = 135+206+166=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #87CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CEA6 is #783159. Grayscale: #B4B4B4. Windows color (decimal): -7876954 or 10931847. OLE color: 10931847.
HSL color Cylindrical-coordinate representation of color #87CEA6: hue angle of 146.2º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CEA6 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 206 | 166 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.19 |
| HSL | 146.2º | 0.42% | 0.67% | - |
| HSV(B) | 146.2º | 0.34% | 0.81% | - |
| XYZ | 38.95 | 52.05 | 44.07 | - |
| YUV | 180.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 206 | 166 | 0.34 | 0 | 0.19 | 0.19 | 146.2 | 0.42 | 0.67 |
| Hex | 87 | CE | A6 | 22 | 0 | 13 | 13 | 92 | 2A | 43 |
| Octal | 207 | 316 | 246 | 42 | 0 | 23 | 23 | 222 | 52 | 103 |
| Binary | 10000111 | 11001110 | 10100110 | 100010 | 0 | 10011 | 10011 | 10010010 | 101010 | 1000011 |
Color Harmonies of #87CEA6
Complementary color
Monochromatic Colors of #87CEA6
Black with #87CEA6
Text Example
Text Example
White with #87CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CEA6; }
p { color: rgb(135,206,166); }
H1.HeaderClassName
{
color: #87CEA6;
}
.AnyTagClassName
{
color: #87CEA6;
}
</style>
background-color css
<style>
a { background-color: #87CEA6; }
a { background-color: rgb(135,206,166); }
div.DivClassName
{
background-color: #87CEA6;
}
.BgClassName
{
background-color: #87CEA6;
}
</style>
border-color css
<style>
span { border-color: #87CEA6; }
span { border-color: rgb(135,206,166); }
td.TdClassName
{
border-color: #87CEA6;
}
.TagClassName
{
border-color: #87CEA6;
}
</style>