Html Css Color HEX #87DCA6 Vista Blue

📋 copy color: '#87DCA6'

red 135 ◦ green 220 ◦ blue 166

#87DCA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #87DCA6

Tints of Vista Blue #87DCA6

RGB

 RED value IS 135 (53.13% from 255) = 25.91%

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 25.91%
G = 42.23%
B = 31.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#87DCA6 (or 0x87DCA6) is known color: Vista Blue. HEX triplet: 87, DC and A6. RGB value is (135,220,166). Sum of RGB (Red+Green+Blue) = 135+220+166=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCA6 is #782359. Grayscale: #BCBCBC. Windows color (decimal): -7873370 or 10935431. OLE color: 10935431.

HSL color Cylindrical-coordinate representation of color #87DCA6: hue angle of 141.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCA6 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 220 166 -
CMYK 0.39 0 0.25 0.14
HSL 141.88º 0.55% 0.7% -
HSV(B) 141.88º 0.39% 0.86% -
XYZ 42.47 59.09 45.24 -
YUV 188.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 135 220 166 0.39 0 0.25 0.14 141.88 0.55 0.7
Hex 87 DC A6 27 0 19 E 8E 37 46
Octal 207 334 246 47 0 31 16 216 67 106
Binary 10000111 11011100 10100110 100111 0 11001 1110 10001110 110111 1000110

Color Harmonies of #87DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DCA6

Black with #87DCA6

Text Example


Text Example

White with #87DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87DCA6;
 }
 .AnyTagClassName
 {
   color: #87DCA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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