#86CDA5

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

Shades of Vista Blue #86CDA5

Tints of Vista Blue #86CDA5

Color information

#86CDA5 (or 0x86CDA5) is unknown color: approx Vista Blue. HEX triplet: 86, CD and A5. RGB value is (134,205,165). Sum of RGB (Red+Green+Blue) = 134+205+165=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CDA5 is #79325A. Grayscale: #B3B3B3. Windows color (decimal): -7942747 or 10866054. OLE color: 10866054.

HSL color Cylindrical-coordinate representation of color #86CDA5: hue angle of 146.2º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDA5 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB134205165-
CMYK0.3500.200.20
HSL146.2º41.52%66.47%-
HSV(B)146.2º34.63%80.39%-
XYZ38.4551.4543.5-
YUV179.21119.9895.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=26.59%
G=40.67%
B=32.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051650.3500.200.20146.241.5266.47
Hex86CDA52301414922a42
Octal206315245430242422252102
Binary10000110110011011010010110001101010010100100100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,165); }

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

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

 a { background-color: rgb(134,205,165); }

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

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

 span { border-color: rgb(134,205,165); }

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