#87DFB4

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

Shades of Vista Blue #87DFB4

Tints of Vista Blue #87DFB4

Color information

#87DFB4 (or 0x87DFB4) is unknown color: approx Vista Blue. HEX triplet: 87, DF and B4. RGB value is (135,223,180). Sum of RGB (Red+Green+Blue) = 135+223+180=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DFB4 is #78204B. Grayscale: #BFBFBF. Windows color (decimal): -7872588 or 11853703. OLE color: 11853703.

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

Color convert

RGB135223180-
CMYK0.3900.190.13
HSL150.68º57.89%70.2%-
HSV(B)150.68º39.46%87.45%-
XYZ44.6261.2252.65-
YUV191.79121.3587.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=25.09%
G=41.45%
B=33.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352231800.3900.190.13150.6857.8970.2
Hex87DFB427013D973a46
Octal207337264470231522772106
Binary1000011111011111101101001001110100111101100101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,223,180); }

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

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

 a { background-color: rgb(135,223,180); }

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

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

 span { border-color: rgb(135,223,180); }

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