#87DEB2

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

Shades of Vista Blue #87DEB2

Tints of Vista Blue #87DEB2

Color information

#87DEB2 (or 0x87DEB2) is unknown color: approx Vista Blue. HEX triplet: 87, DE and B2. RGB value is (135,222,178). Sum of RGB (Red+Green+Blue) = 135+222+178=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #87DEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DEB2 is #78214D. Grayscale: #BFBFBF. Windows color (decimal): -7872846 or 11722375. OLE color: 11722375.

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

Color convert

RGB135222178-
CMYK0.3900.200.13
HSL149.66º56.86%70%-
HSV(B)149.66º39.19%87.06%-
XYZ44.1560.6151.49-
YUV190.97120.6888.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.23%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=25.23%
G=41.50%
B=33.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352221780.3900.200.13149.6656.8670
Hex87DEB227014D963946
Octal207336262470241522671106
Binary1000011111011110101100101001110101001101100101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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