#86DCB0

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

Shades of Vista Blue #86DCB0

Tints of Vista Blue #86DCB0

Color information

#86DCB0 (or 0x86DCB0) is unknown color: approx Vista Blue. HEX triplet: 86, DC and B0. RGB value is (134,220,176). Sum of RGB (Red+Green+Blue) = 134+220+176=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DCB0 is #79234F. Grayscale: #BDBDBD. Windows color (decimal): -7938896 or 11590790. OLE color: 11590790.

HSL color Cylindrical-coordinate representation of color #86DCB0: hue angle of 149.3º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCB0 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB134220176-
CMYK0.3900.20.14
HSL149.3º55.13%69.41%-
HSV(B)149.3º39.09%86.27%-
XYZ43.2659.3950.26-
YUV189.27120.5188.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=25.28%
G=41.51%
B=33.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201760.3900.20.14149.355.1369.41
Hex86DCB027014E953745
Octal206334260470241622567105
Binary1000011011011100101100001001110101001110100101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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