#86EEAE

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

Shades of Vista Blue #86EEAE

Tints of Vista Blue #86EEAE

Color information

#86EEAE (or 0x86EEAE) is unknown color: approx Vista Blue. HEX triplet: 86, EE and AE. RGB value is (134,238,174). Sum of RGB (Red+Green+Blue) = 134+238+174=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EEAE is #791151. Grayscale: #C7C7C7. Windows color (decimal): -7934290 or 11464326. OLE color: 11464326.

HSL color Cylindrical-coordinate representation of color #86EEAE: hue angle of 143.08º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEAE is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB134238174-
CMYK0.4400.270.07
HSL143.08º75.36%72.94%-
HSV(B)143.08º43.7%93.33%-
XYZ48.0569.2750.88-
YUV199.61113.5481.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 238 (93.36% from 255) = 43.59%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=24.54%
G=43.59%
B=31.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342381740.4400.270.07143.0875.3672.94
Hex86EEAE2C01B78f4b49
Octal206356256540337217113111
Binary1000011011101110101011101011000110111111000111110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,174); }

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

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

 a { background-color: rgb(134,238,174); }

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

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

 span { border-color: rgb(134,238,174); }

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