#86DEB0

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

Shades of Vista Blue #86DEB0

Tints of Vista Blue #86DEB0

Color information

#86DEB0 (or 0x86DEB0) is unknown color: approx Vista Blue. HEX triplet: 86, DE and B0. RGB value is (134,222,176). Sum of RGB (Red+Green+Blue) = 134+222+176=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #86DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DEB0 is #79214F. Grayscale: #BEBEBE. Windows color (decimal): -7938384 or 11591302. OLE color: 11591302.

HSL color Cylindrical-coordinate representation of color #86DEB0: hue angle of 148.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DEB0 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB134222176-
CMYK0.4000.210.13
HSL148.64º57.14%69.8%-
HSV(B)148.64º39.64%87.06%-
XYZ43.7960.4550.43-
YUV190.44119.8587.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.19%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=25.19%
G=41.73%
B=33.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221760.4000.210.13148.6457.1469.8
Hex86DEB028015D953946
Octal206336260500251522571106
Binary1000011011011110101100001010000101011101100101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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