#87CBAD

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

Shades of Vista Blue #87CBAD

Tints of Vista Blue #87CBAD

Color information

#87CBAD (or 0x87CBAD) is unknown color: approx Vista Blue. HEX triplet: 87, CB and AD. RGB value is (135,203,173). Sum of RGB (Red+Green+Blue) = 135+203+173=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #87CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CBAD is #783452. Grayscale: #B3B3B3. Windows color (decimal): -7877715 or 11389831. OLE color: 11389831.

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

Color convert

RGB135203173-
CMYK0.3300.150.20
HSL153.53º39.53%66.27%-
HSV(B)153.53º33.5%79.61%-
XYZ38.8950.8847.31-
YUV179.25124.4796.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=26.42%
G=39.73%
B=33.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352031730.3300.150.20153.5339.5366.27
Hex87CBAD210F149a2842
Octal207313255410172423250102
Binary1000011111001011101011011000010111110100100110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,203,173); }

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

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

 a { background-color: rgb(135,203,173); }

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

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

 span { border-color: rgb(135,203,173); }

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