#86CAAC

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

Shades of Vista Blue #86CAAC

Tints of Vista Blue #86CAAC

Color information

#86CAAC (or 0x86CAAC) is unknown color: approx Vista Blue. HEX triplet: 86, CA and AC. RGB value is (134,202,172). Sum of RGB (Red+Green+Blue) = 134+202+172=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CAAC is #793553. Grayscale: #B2B2B2. Windows color (decimal): -7943508 or 11324038. OLE color: 11324038.

HSL color Cylindrical-coordinate representation of color #86CAAC: hue angle of 153.53º 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 #86CAAC is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB134202172-
CMYK0.3400.150.21
HSL153.53º39.08%65.88%-
HSV(B)153.53º33.66%79.22%-
XYZ38.450.2946.71-
YUV178.25124.4796.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=26.38%
G=39.76%
B=33.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021720.3400.150.21153.5339.0865.88
Hex86CAAC220F159a2742
Octal206312254420172523247102
Binary1000011011001010101011001000100111110101100110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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