Html Css Color HEX #87DCA5 Vista Blue

📋 copy color: '#87DCA5'

red 135 ◦ green 220 ◦ blue 165

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

Shades of Vista Blue #87DCA5

Tints of Vista Blue #87DCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 25.96%
G = 42.31%
B = 31.73%

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

#87DCA5 (or 0x87DCA5) is known color: Vista Blue. HEX triplet: 87, DC and A5. RGB value is (135,220,165). Sum of RGB (Red+Green+Blue) = 135+220+165=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCA5 is #78235A. Grayscale: #BCBCBC. Windows color (decimal): -7873371 or 10869895. OLE color: 10869895.

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

Color convert

RGB 135 220 165 -
CMYK 0.39 0 0.25 0.14
HSL 141.18º 0.55% 0.7% -
HSV(B) 141.18º 0.39% 0.86% -
XYZ 42.38 59.05 44.76 -
YUV 188.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 135 220 165 0.39 0 0.25 0.14 141.18 0.55 0.7
Hex 87 DC A5 27 0 19 E 8D 37 46
Octal 207 334 245 47 0 31 16 215 67 106
Binary 10000111 11011100 10100101 100111 0 11001 1110 10001101 110111 1000110

Color Harmonies of #87DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DCA5

Black with #87DCA5

Text Example


Text Example

White with #87DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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