#86EBB8

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

Shades of Vista Blue #86EBB8

Tints of Vista Blue #86EBB8

Color information

#86EBB8 (or 0x86EBB8) is unknown color: approx Vista Blue. HEX triplet: 86, EB and B8. RGB value is (134,235,184). Sum of RGB (Red+Green+Blue) = 134+235+184=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EBB8 is #791447. Grayscale: #C7C7C7. Windows color (decimal): -7935048 or 12118918. OLE color: 12118918.

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

Color convert

RGB134235184-
CMYK0.4300.220.08
HSL149.7º71.63%72.35%-
HSV(B)149.7º42.98%92.16%-
XYZ48.1967.9555.92-
YUV198.99119.5481.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=24.23%
G=42.50%
B=33.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351840.4300.220.08149.771.6372.35
Hex86EBB82B0168964848
Octal2063532705302610226110110
Binary10000110111010111011100010101101011010001001011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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