Html Css Color HEX #87DCB2 Vista Blue

📋 copy color: '#87DCB2'

red 135 ◦ green 220 ◦ blue 178

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

Shades of Vista Blue #87DCB2

Tints of Vista Blue #87DCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 25.33%
G = 41.28%
B = 33.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#87DCB2 (or 0x87DCB2) is known color: Vista Blue. HEX triplet: 87, DC and B2. RGB value is (135,220,178). Sum of RGB (Red+Green+Blue) = 135+220+178=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCB2 is #78234D. Grayscale: #BDBDBD. Windows color (decimal): -7873358 or 11721863. OLE color: 11721863.

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

Color convert

RGB 135 220 178 -
CMYK 0.39 0 0.19 0.14
HSL 150.35º 0.55% 0.7% -
HSV(B) 150.35º 0.39% 0.86% -
XYZ 43.62 59.55 51.32 -
YUV 189.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 135 220 178 0.39 0 0.19 0.14 150.35 0.55 0.7
Hex 87 DC B2 27 0 13 E 96 37 46
Octal 207 334 262 47 0 23 16 226 67 106
Binary 10000111 11011100 10110010 100111 0 10011 1110 10010110 110111 1000110

Color Harmonies of #87DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DCB2

Black with #87DCB2

Text Example


Text Example

White with #87DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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