Html Css Color HEX #87DDAA Vista Blue

📋 copy color: '#87DDAA'

red 135 ◦ green 221 ◦ blue 170

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

Shades of Vista Blue #87DDAA

Tints of Vista Blue #87DDAA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

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

R = 25.67%
G = 42.02%
B = 32.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#87DDAA (or 0x87DDAA) is known color: Vista Blue. HEX triplet: 87, DD and AA. RGB value is (135,221,170). Sum of RGB (Red+Green+Blue) = 135+221+170=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DDAA is #782255. Grayscale: #BDBDBD. Windows color (decimal): -7873110 or 11197831. OLE color: 11197831.

HSL color Cylindrical-coordinate representation of color #87DDAA: hue angle of 144.42º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DDAA is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 221 170 -
CMYK 0.39 0 0.23 0.13
HSL 144.42º 0.56% 0.7% -
HSV(B) 144.42º 0.39% 0.87% -
XYZ 43.1 59.77 47.29 -
YUV 189.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 135 221 170 0.39 0 0.23 0.13 144.42 0.56 0.7
Hex 87 DD AA 27 0 17 D 90 38 46
Octal 207 335 252 47 0 27 15 220 70 106
Binary 10000111 11011101 10101010 100111 0 10111 1101 10010000 111000 1000110

Color Harmonies of #87DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DDAA

Black with #87DDAA

Text Example


Text Example

White with #87DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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