#86EBAF

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

Shades of Vista Blue #86EBAF

Tints of Vista Blue #86EBAF

Color information

#86EBAF (or 0x86EBAF) is unknown color: approx Vista Blue. HEX triplet: 86, EB and AF. RGB value is (134,235,175). Sum of RGB (Red+Green+Blue) = 134+235+175=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EBAF is #791450. Grayscale: #C6C6C6. Windows color (decimal): -7935057 or 11529094. OLE color: 11529094.

HSL color Cylindrical-coordinate representation of color #86EBAF: hue angle of 144.36º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBAF is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB134235175-
CMYK0.4300.260.08
HSL144.36º71.63%72.35%-
HSV(B)144.36º42.98%92.16%-
XYZ47.2867.5851.11-
YUV197.96115.0482.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=24.63%
G=43.20%
B=32.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351750.4300.260.08144.3671.6372.35
Hex86EBAF2B01A8904848
Octal2063532575303210220110110
Binary10000110111010111010111110101101101010001001000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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