#87CDB0

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

Shades of Vista Blue #87CDB0

Tints of Vista Blue #87CDB0

Color information

#87CDB0 (or 0x87CDB0) is unknown color: approx Vista Blue. HEX triplet: 87, CD and B0. RGB value is (135,205,176). Sum of RGB (Red+Green+Blue) = 135+205+176=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CDB0 is #78324F. Grayscale: #B4B4B4. Windows color (decimal): -7877200 or 11586951. OLE color: 11586951.

HSL color Cylindrical-coordinate representation of color #87CDB0: hue angle of 155.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDB0 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB135205176-
CMYK0.3400.140.20
HSL155.14º41.18%66.67%-
HSV(B)155.14º34.15%80.39%-
XYZ39.6651.9549.01-
YUV180.76125.3195.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.16%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=26.16%
G=39.73%
B=34.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352051760.3400.140.20155.1441.1866.67
Hex87CDB0220E149b2943
Octal207315260420162423351103
Binary1000011111001101101100001000100111010100100110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,205,176); }

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

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

 a { background-color: rgb(135,205,176); }

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

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

 span { border-color: rgb(135,205,176); }

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