#86EBBC

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

Shades of Vista Blue #86EBBC

Tints of Vista Blue #86EBBC

Color information

#86EBBC (or 0x86EBBC) is unknown color: approx Vista Blue. HEX triplet: 86, EB and BC. RGB value is (134,235,188). Sum of RGB (Red+Green+Blue) = 134+235+188=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EBBC is #791443. Grayscale: #C7C7C7. Windows color (decimal): -7935044 or 12381062. OLE color: 12381062.

HSL color Cylindrical-coordinate representation of color #86EBBC: hue angle of 152.08º 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 #86EBBC is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB134235188-
CMYK0.4300.20.08
HSL152.08º71.63%72.35%-
HSV(B)152.08º42.98%92.16%-
XYZ48.6268.1258.16-
YUV199.44121.5481.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=24.06%
G=42.19%
B=33.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351880.4300.20.08152.0871.6372.35
Hex86EBBC2B0148984848
Octal2063532745302410230110110
Binary10000110111010111011110010101101010010001001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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