#87DFB0

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

Shades of Vista Blue #87DFB0

Tints of Vista Blue #87DFB0

Color information

#87DFB0 (or 0x87DFB0) is unknown color: approx Vista Blue. HEX triplet: 87, DF and B0. RGB value is (135,223,176). Sum of RGB (Red+Green+Blue) = 135+223+176=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DFB0 is #78204F. Grayscale: #BFBFBF. Windows color (decimal): -7872592 or 11591559. OLE color: 11591559.

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

Color convert

RGB135223176-
CMYK0.3900.210.13
HSL147.95º57.89%70.2%-
HSV(B)147.95º39.46%87.45%-
XYZ44.2261.0650.53-
YUV191.33119.3587.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=25.28%
G=41.76%
B=32.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352231760.3900.210.13147.9557.8970.2
Hex87DFB027015D943a46
Octal207337260470251522472106
Binary1000011111011111101100001001110101011101100101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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