#87D0B0

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

Shades of Vista Blue #87D0B0

Tints of Vista Blue #87D0B0

Color information

#87D0B0 (or 0x87D0B0) is unknown color: approx Vista Blue. HEX triplet: 87, D0 and B0. RGB value is (135,208,176). Sum of RGB (Red+Green+Blue) = 135+208+176=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0B0 is #782F4F. Grayscale: #B6B6B6. Windows color (decimal): -7876432 or 11587719. OLE color: 11587719.

HSL color Cylindrical-coordinate representation of color #87D0B0: hue angle of 153.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0B0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB135208176-
CMYK0.3500.150.18
HSL153.7º43.71%67.25%-
HSV(B)153.7º35.1%81.57%-
XYZ40.3853.449.25-
YUV182.52124.3294.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=26.01%
G=40.08%
B=33.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081760.3500.150.18153.743.7167.25
Hex87D0B0230F129a2c43
Octal207320260430172223254103
Binary1000011111010000101100001000110111110010100110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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