Html Css Color HEX #87DCA8 Vista Blue

📋 copy color: '#87DCA8'

red 135 ◦ green 220 ◦ blue 168

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

Shades of Vista Blue #87DCA8

Tints of Vista Blue #87DCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 25.81%
G = 42.07%
B = 32.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#87DCA8 (or 0x87DCA8) is known color: Vista Blue. HEX triplet: 87, DC and A8. RGB value is (135,220,168). Sum of RGB (Red+Green+Blue) = 135+220+168=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCA8 is #782357. Grayscale: #BCBCBC. Windows color (decimal): -7873368 or 11066503. OLE color: 11066503.

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

Color convert

RGB 135 220 168 -
CMYK 0.39 0 0.24 0.14
HSL 143.29º 0.55% 0.7% -
HSV(B) 143.29º 0.39% 0.86% -
XYZ 42.65 59.16 46.22 -
YUV 188.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 135 220 168 0.39 0 0.24 0.14 143.29 0.55 0.7
Hex 87 DC A8 27 0 18 E 8F 37 46
Octal 207 334 250 47 0 30 16 217 67 106
Binary 10000111 11011100 10101000 100111 0 11000 1110 10001111 110111 1000110

Color Harmonies of #87DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DCA8

Black with #87DCA8

Text Example


Text Example

White with #87DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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