#87CDAF

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

Shades of Vista Blue #87CDAF

Tints of Vista Blue #87CDAF

Color information

#87CDAF (or 0x87CDAF) is unknown color: approx Vista Blue. HEX triplet: 87, CD and AF. RGB value is (135,205,175). Sum of RGB (Red+Green+Blue) = 135+205+175=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CDAF is #783250. Grayscale: #B4B4B4. Windows color (decimal): -7877201 or 11521415. OLE color: 11521415.

HSL color Cylindrical-coordinate representation of color #87CDAF: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDAF is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB135205175-
CMYK0.3400.150.20
HSL154.29º41.18%66.67%-
HSV(B)154.29º34.15%80.39%-
XYZ39.5651.9148.49-
YUV180.65124.8195.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=26.21%
G=39.81%
B=33.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352051750.3400.150.20154.2941.1866.67
Hex87CDAF220F149a2943
Octal207315257420172423251103
Binary1000011111001101101011111000100111110100100110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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