#86EDB3

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

Shades of Vista Blue #86EDB3

Tints of Vista Blue #86EDB3

Color information

#86EDB3 (or 0x86EDB3) is unknown color: approx Vista Blue. HEX triplet: 86, ED and B3. RGB value is (134,237,179). Sum of RGB (Red+Green+Blue) = 134+237+179=550 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.36% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDB3 is #79124C. Grayscale: #C7C7C7. Windows color (decimal): -7934541 or 11791750. OLE color: 11791750.

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

Color convert

RGB134237179-
CMYK0.4300.240.07
HSL146.21º74.1%72.75%-
HSV(B)146.21º43.46%92.94%-
XYZ48.2568.8953.4-
YUV199.59116.3881.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.36%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=24.36%
G=43.09%
B=32.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342371790.4300.240.07146.2174.172.75
Hex86EDB32B0187924a49
Octal206355263530307222112111
Binary1000011011101101101100111010110110001111001001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,237,179); }

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

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

 a { background-color: rgb(134,237,179); }

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

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

 span { border-color: rgb(134,237,179); }

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