#87DEAF

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

Shades of Vista Blue #87DEAF

Tints of Vista Blue #87DEAF

Color information

#87DEAF (or 0x87DEAF) is unknown color: approx Vista Blue. HEX triplet: 87, DE and AF. RGB value is (135,222,175). Sum of RGB (Red+Green+Blue) = 135+222+175=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #87DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DEAF is #782150. Grayscale: #BEBEBE. Windows color (decimal): -7872849 or 11525767. OLE color: 11525767.

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

Color convert

RGB135222175-
CMYK0.3900.210.13
HSL147.59º56.86%70%-
HSV(B)147.59º39.19%87.06%-
XYZ43.8560.4949.92-
YUV190.63119.1888.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.38%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=25.38%
G=41.73%
B=32.89%

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
Decimal1352221750.3900.210.13147.5956.8670
Hex87DEAF27015D943946
Octal207336257470251522471106
Binary1000011111011110101011111001110101011101100101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,222,175); }

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

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

 a { background-color: rgb(135,222,175); }

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

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

 span { border-color: rgb(135,222,175); }

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