Html Css Color HEX #87C8AA Vista Blue

📋 copy color: '#87C8AA'

red 135 ◦ green 200 ◦ blue 170

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

Shades of Vista Blue #87C8AA

Tints of Vista Blue #87C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.6%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 26.73%
G = 39.6%
B = 33.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#87C8AA (or 0x87C8AA) is known color: Vista Blue. HEX triplet: 87, C8 and AA. RGB value is (135,200,170). Sum of RGB (Red+Green+Blue) = 135+200+170=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #87C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C8AA is #783755. Grayscale: #B1B1B1. Windows color (decimal): -7878486 or 11192455. OLE color: 11192455.

HSL color Cylindrical-coordinate representation of color #87C8AA: hue angle of 152.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87C8AA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 200 170 -
CMYK 0.32 0 0.15 0.22
HSL 152.31º 0.37% 0.66% -
HSV(B) 152.31º 0.33% 0.78% -
XYZ 37.9 49.36 45.56 -
YUV 177.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 135 200 170 0.32 0 0.15 0.22 152.31 0.37 0.66
Hex 87 C8 AA 20 0 F 16 98 25 42
Octal 207 310 252 40 0 17 26 230 45 102
Binary 10000111 11001000 10101010 100000 0 1111 10110 10011000 100101 1000010

Color Harmonies of #87C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C8AA

Black with #87C8AA

Text Example


Text Example

White with #87C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,200,170); }

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

background-color css

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

 a { background-color: rgb(135,200,170); }

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

border-color css

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

 span { border-color: rgb(135,200,170); }

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