#87CBAE

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

Shades of Vista Blue #87CBAE

Tints of Vista Blue #87CBAE

Color information

#87CBAE (or 0x87CBAE) is unknown color: approx Vista Blue. HEX triplet: 87, CB and AE. RGB value is (135,203,174). Sum of RGB (Red+Green+Blue) = 135+203+174=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #87CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CBAE is #783451. Grayscale: #B3B3B3. Windows color (decimal): -7877714 or 11455367. OLE color: 11455367.

HSL color Cylindrical-coordinate representation of color #87CBAE: hue angle of 154.41º 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 #87CBAE is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB135203174-
CMYK0.3300.140.20
HSL154.41º39.53%66.27%-
HSV(B)154.41º33.5%79.61%-
XYZ38.9950.9247.82-
YUV179.36124.9796.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.37%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=26.37%
G=39.65%
B=33.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352031740.3300.140.20154.4139.5366.27
Hex87CBAE210E149a2842
Octal207313256410162423250102
Binary1000011111001011101011101000010111010100100110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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