#87CCA8

Color #87CCA8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #87CCA8

Tints of Vista Blue #87CCA8

Color information

#87CCA8 (or 0x87CCA8) is unknown color: approx Vista Blue. HEX triplet: 87, CC and A8. RGB value is (135,204,168). Sum of RGB (Red+Green+Blue) = 135+204+168=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CCA8 is #783357. Grayscale: #B3B3B3. Windows color (decimal): -7877464 or 11062407. OLE color: 11062407.

HSL color Cylindrical-coordinate representation of color #87CCA8: hue angle of 148.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CCA8 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB135204168-
CMYK0.3400.180.2
HSL148.7º40.35%66.47%-
HSV(B)148.7º33.82%80%-
XYZ38.6551.1644.88-
YUV179.26121.6496.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=26.63%
G=40.24%
B=33.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1352041680.3400.180.2148.740.3566.47
Hex87CCA82201214952842
Octal207314250420222422550102
Binary10000111110011001010100010001001001010100100101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87CCA8; }

 p { color: rgb(135,204,168); }

 H1.HeaderClassName
 {
   color: #87CCA8;
 }
 .AnyTagClassName
 {
   color: #87CCA8;
 }
</style>
background-color css

<style>
 a { background-color: #87CCA8; }

 a { background-color: rgb(135,204,168); }

 div.DivClassName
 {
   background-color: #87CCA8;
 }
 .BgClassName
 {
   background-color: #87CCA8;
 }
</style>
border-color css

<style>
 span { border-color: #87CCA8; }

 span { border-color: rgb(135,204,168); }

 td.TdClassName
 {
   border-color: #87CCA8;
 }
 .TagClassName
 {
   border-color: #87CCA8;
 }
</style>