#86DDB6

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

Shades of Vista Blue #86DDB6

Tints of Vista Blue #86DDB6

Color information

#86DDB6 (or 0x86DDB6) is unknown color: approx Vista Blue. HEX triplet: 86, DD and B6. RGB value is (134,221,182). Sum of RGB (Red+Green+Blue) = 134+221+182=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDB6 is #792249. Grayscale: #BEBEBE. Windows color (decimal): -7938634 or 11984262. OLE color: 11984262.

HSL color Cylindrical-coordinate representation of color #86DDB6: hue angle of 153.1º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDB6 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB134221182-
CMYK0.3900.180.13
HSL153.1º56.13%69.61%-
HSV(B)153.1º39.37%86.67%-
XYZ44.1360.1653.54-
YUV190.54123.1887.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.95%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=24.95%
G=41.15%
B=33.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211820.3900.180.13153.156.1369.61
Hex86DDB627012D993846
Octal206335266470221523170106
Binary1000011011011101101101101001110100101101100110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,182); }

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

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

 a { background-color: rgb(134,221,182); }

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

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

 span { border-color: rgb(134,221,182); }

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