#87CAAC

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

Shades of Vista Blue #87CAAC

Tints of Vista Blue #87CAAC

Color information

#87CAAC (or 0x87CAAC) is unknown color: approx Vista Blue. HEX triplet: 87, CA and AC. RGB value is (135,202,172). Sum of RGB (Red+Green+Blue) = 135+202+172=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #87CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CAAC is #783553. Grayscale: #B2B2B2. Windows color (decimal): -7877972 or 11324039. OLE color: 11324039.

HSL color Cylindrical-coordinate representation of color #87CAAC: hue angle of 153.13º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CAAC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB135202172-
CMYK0.3300.150.21
HSL153.13º38.73%66.08%-
HSV(B)153.13º33.17%79.22%-
XYZ38.5650.3746.72-
YUV178.55124.396.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=26.52%
G=39.69%
B=33.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1352021720.3300.150.21153.1338.7366.08
Hex87CAAC210F15992742
Octal207312254410172523147102
Binary1000011111001010101011001000010111110101100110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,202,172); }

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

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

 a { background-color: rgb(135,202,172); }

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

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

 span { border-color: rgb(135,202,172); }

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