#87DAAF

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

Shades of Vista Blue #87DAAF

Tints of Vista Blue #87DAAF

Color information

#87DAAF (or 0x87DAAF) is unknown color: approx Vista Blue. HEX triplet: 87, DA and AF. RGB value is (135,218,175). Sum of RGB (Red+Green+Blue) = 135+218+175=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #87DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DAAF is #782550. Grayscale: #BCBCBC. Windows color (decimal): -7873873 or 11524743. OLE color: 11524743.

HSL color Cylindrical-coordinate representation of color #87DAAF: hue angle of 148.92º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DAAF is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB135218175-
CMYK0.3800.200.15
HSL148.92º52.87%69.22%-
HSV(B)148.92º38.07%85.49%-
XYZ42.858.3949.57-
YUV188.28120.590-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=25.57%
G=41.29%
B=33.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352181750.3800.200.15148.9252.8769.22
Hex87DAAF26014F953545
Octal207332257460241722565105
Binary1000011111011010101011111001100101001111100101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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