#86CDAF

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

Shades of Vista Blue #86CDAF

Tints of Vista Blue #86CDAF

Color information

#86CDAF (or 0x86CDAF) is unknown color: approx Vista Blue. HEX triplet: 86, CD and AF. RGB value is (134,205,175). Sum of RGB (Red+Green+Blue) = 134+205+175=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CDAF is #793250. Grayscale: #B4B4B4. Windows color (decimal): -7942737 or 11521414. OLE color: 11521414.

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

Color convert

RGB134205175-
CMYK0.3500.150.20
HSL154.65º41.52%66.47%-
HSV(B)154.65º34.63%80.39%-
XYZ39.451.8348.48-
YUV180.35124.9894.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=26.07%
G=39.88%
B=34.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051750.3500.150.20154.6541.5266.47
Hex86CDAF230F149b2a42
Octal206315257430172423352102
Binary1000011011001101101011111000110111110100100110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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