#87DBAC

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

Shades of Vista Blue #87DBAC

Tints of Vista Blue #87DBAC

Color information

#87DBAC (or 0x87DBAC) is unknown color: approx Vista Blue. HEX triplet: 87, DB and AC. RGB value is (135,219,172). Sum of RGB (Red+Green+Blue) = 135+219+172=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBAC is #782453. Grayscale: #BCBCBC. Windows color (decimal): -7873620 or 11328391. OLE color: 11328391.

HSL color Cylindrical-coordinate representation of color #87DBAC: hue angle of 146.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBAC is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB135219172-
CMYK0.3800.210.14
HSL146.43º53.85%69.41%-
HSV(B)146.43º38.36%85.88%-
XYZ42.7758.7948.12-
YUV188.53118.6789.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=25.67%
G=41.63%
B=32.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191720.3800.210.14146.4353.8569.41
Hex87DBAC26015E923645
Octal207333254460251622266105
Binary1000011111011011101011001001100101011110100100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,219,172); }

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

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

 a { background-color: rgb(135,219,172); }

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

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

 span { border-color: rgb(135,219,172); }

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