#87DBA8

Color #87DBA8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #87DBA8

Tints of Vista Blue #87DBA8

Color information

#87DBA8 (or 0x87DBA8) is unknown color: approx Vista Blue. HEX triplet: 87, DB and A8. RGB value is (135,219,168). Sum of RGB (Red+Green+Blue) = 135+219+168=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBA8 is #782457. Grayscale: #BCBCBC. Windows color (decimal): -7873624 or 11066247. OLE color: 11066247.

HSL color Cylindrical-coordinate representation of color #87DBA8: hue angle of 143.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBA8 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB135219168-
CMYK0.3800.230.14
HSL143.57º53.85%69.41%-
HSV(B)143.57º38.36%85.88%-
XYZ42.3958.6446.13-
YUV188.07116.6790.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=25.86%
G=41.95%
B=32.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191680.3800.230.14143.5753.8569.41
Hex87DBA826017E903645
Octal207333250460271622066105
Binary1000011111011011101010001001100101111110100100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87DBA8;
 }
 .AnyTagClassName
 {
   color: #87DBA8;
 }
</style>
background-color css

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

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

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

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

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

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