#86DAB0

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

Shades of Vista Blue #86DAB0

Tints of Vista Blue #86DAB0

Color information

#86DAB0 (or 0x86DAB0) is unknown color: approx Vista Blue. HEX triplet: 86, DA and B0. RGB value is (134,218,176). Sum of RGB (Red+Green+Blue) = 134+218+176=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DAB0 is #79254F. Grayscale: #BCBCBC. Windows color (decimal): -7939408 or 11590278. OLE color: 11590278.

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

Color convert

RGB134218176-
CMYK0.3900.190.15
HSL150º53.16%69.02%-
HSV(B)150º38.53%85.49%-
XYZ42.7458.3550.08-
YUV188.1121.1789.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=25.38%
G=41.29%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181760.3900.190.1515053.1669.02
Hex86DAB027013F963545
Octal206332260470231722665105
Binary1000011011011010101100001001110100111111100101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DAB0; }

 p { color: rgb(134,218,176); }

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

<style>
 a { background-color: #86DAB0; }

 a { background-color: rgb(134,218,176); }

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

<style>
 span { border-color: #86DAB0; }

 span { border-color: rgb(134,218,176); }

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