#86CAAA

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

Shades of Vista Blue #86CAAA

Tints of Vista Blue #86CAAA

Color information

#86CAAA (or 0x86CAAA) is unknown color: approx Vista Blue. HEX triplet: 86, CA and AA. RGB value is (134,202,170). Sum of RGB (Red+Green+Blue) = 134+202+170=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CAAA is #793555. Grayscale: #B2B2B2. Windows color (decimal): -7943510 or 11192966. OLE color: 11192966.

HSL color Cylindrical-coordinate representation of color #86CAAA: hue angle of 151.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CAAA is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB134202170-
CMYK0.3400.160.21
HSL151.76º39.08%65.88%-
HSV(B)151.76º33.66%79.22%-
XYZ38.2150.2145.71-
YUV178.02123.4796.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.48%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=26.48%
G=39.92%
B=33.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021700.3400.160.21151.7639.0865.88
Hex86CAAA2201015982742
Octal206312252420202523047102
Binary10000110110010101010101010001001000010101100110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,170); }

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

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

 a { background-color: rgb(134,202,170); }

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

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

 span { border-color: rgb(134,202,170); }

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