#86EEB7

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

Shades of Vista Blue #86EEB7

Tints of Vista Blue #86EEB7

Color information

#86EEB7 (or 0x86EEB7) is unknown color: approx Vista Blue. HEX triplet: 86, EE and B7. RGB value is (134,238,183). Sum of RGB (Red+Green+Blue) = 134+238+183=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEB7 is #791148. Grayscale: #C8C8C8. Windows color (decimal): -7934281 or 12054150. OLE color: 12054150.

HSL color Cylindrical-coordinate representation of color #86EEB7: hue angle of 148.27º 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 #86EEB7 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB134238183-
CMYK0.4400.230.07
HSL148.27º75.36%72.94%-
HSV(B)148.27º43.7%93.33%-
XYZ48.9569.6455.66-
YUV200.63118.0480.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 238 (93.36% from 255) = 42.88%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=24.14%
G=42.88%
B=32.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342381830.4400.230.07148.2775.3672.94
Hex86EEB72C0177944b49
Octal206356267540277224113111
Binary1000011011101110101101111011000101111111001010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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