#87DBA6

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

Shades of Vista Blue #87DBA6

Tints of Vista Blue #87DBA6

Color information

#87DBA6 (or 0x87DBA6) is unknown color: approx Vista Blue. HEX triplet: 87, DB and A6. RGB value is (135,219,166). Sum of RGB (Red+Green+Blue) = 135+219+166=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBA6 is #782459. Grayscale: #BBBBBB. Windows color (decimal): -7873626 or 10935175. OLE color: 10935175.

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

Color convert

RGB135219166-
CMYK0.3800.240.14
HSL142.14º53.85%69.41%-
HSV(B)142.14º38.36%85.88%-
XYZ42.2158.5745.16-
YUV187.84115.6790.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.96%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=25.96%
G=42.12%
B=31.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191660.3800.240.14142.1453.8569.41
Hex87DBA626018E8e3645
Octal207333246460301621666105
Binary1000011111011011101001101001100110001110100011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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